mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
daebdbfe11
commit
ffb539bdce
1 changed files with 4 additions and 1 deletions
|
@ -169,7 +169,10 @@ export default function ({ getService, getPageObjects }) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('disabling a filter unfilters the data on', () => {
|
||||
describe('disabling a filter unfilters the data on', function () {
|
||||
// Flaky test
|
||||
// https://github.com/elastic/kibana/issues/41087
|
||||
this.tags('skipFirefox');
|
||||
before(async () => {
|
||||
await filterBar.toggleFilterEnabled('bytes');
|
||||
await PageObjects.header.waitUntilLoadingHasFinished();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue