Skip to content

Commit

Permalink
skip flaky suite (#97403)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 21, 2021
1 parent d1af5a1 commit a93a7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/dashboard/sync_colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit a93a7fe

Please sign in to comment.