skip flaky suite (#97403)

This commit is contained in:
Tiago Costa 2021-04-21 13:33:15 +01:00
parent bd4f461c70
commit 4811253576
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -33,7 +33,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
return colorMapping;
}
describe('sync colors', function () {
// FLAKY: https://github.com/elastic/kibana/issues/97403
describe.skip('sync colors', function () {
before(async function () {
await esArchiver.loadIfNeeded('logstash_functional');
await esArchiver.loadIfNeeded('lens/basic');