Skip to content

Commit

Permalink
[apps/dashboard] skip part of filtering tests on FF (#43047)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko authored Aug 9, 2019
1 parent acabe3d commit 2ebbf1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/functional/apps/dashboard/dashboard_filtering.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2ebbf1b

Please sign in to comment.