Skip flaky vega test (#20127) (#20468)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tim Roes 2018-07-04 19:41:14 +02:00 committed by GitHub
parent 53d38799ac
commit f85af486ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);