skip flaky suite (#159933)

This commit is contained in:
Tiago Costa 2023-06-21 16:56:32 +01:00
parent 7b648585e0
commit ed6bbd56da
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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