Skip to content

Commit

Permalink
Skip flaky vega test (#20127) (#20468)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
timroes authored Jul 4, 2018
1 parent 53d3879 commit f85af48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/_vega_chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function ({ getService, getPageObjects }) {
expect(spyToggleExists).to.be(false);
});

it('should have some initial vega spec text', async function () {
it.skip('should have some initial vega spec text', async function () {
const vegaSpec = await PageObjects.visualize.getVegaSpec();
expect(vegaSpec).to.contain('{').and.to.contain('data');
expect(vegaSpec.length).to.be.above(500);
Expand Down

0 comments on commit f85af48

Please sign in to comment.