Skip to content

Commit

Permalink
skip flaky suite (#120195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 6, 2021
1 parent 8cf07a1 commit 76857ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_filtering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await security.testUser.restoreDefaults();
});

describe('adding a filter that excludes all data', () => {
// FLAKY: https://github.com/elastic/kibana/issues/120195
describe.skip('adding a filter that excludes all data', () => {
before(async () => {
await populateDashboard();
await addFilterAndRefresh();
Expand Down

0 comments on commit 76857ec

Please sign in to comment.