mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#159933)
This commit is contained in:
parent
7b648585e0
commit
ed6bbd56da
1 changed files with 2 additions and 1 deletions
|
@ -196,7 +196,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('disabling a filter unfilters the data on', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/159933
|
||||
describe.skip('disabling a filter unfilters the data on', function () {
|
||||
before(async () => {
|
||||
// Functional tests clear session storage after each suite, so it is important to repopulate unsaved panels
|
||||
await populateDashboard();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue