Skip to content

Commit

Permalink
remove firefox tag from dashboard_filtering test suite. Will research…
Browse files Browse the repository at this point in the history
… why running with firefox causes failures (#120673) (#120976)
  • Loading branch information
ThomThomson authored Dec 9, 2021
1 parent cc65713 commit 9f60d44
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/functional/apps/dashboard/dashboard_filtering.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'visualize', 'timePicker']);

describe('dashboard filtering', function () {
this.tags('includeFirefox');

const populateDashboard = async () => {
await PageObjects.dashboard.clickNewDashboard();
await PageObjects.timePicker.setDefaultDataRange();
Expand Down Expand Up @@ -67,8 +65,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await security.testUser.restoreDefaults();
});

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

0 comments on commit 9f60d44

Please sign in to comment.