Skip to content

Commit

Permalink
skip flaky suite (#89476)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 27, 2021
1 parent 27d9a9d commit 44b8333
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/dashboard/dashboard_save.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['dashboard', 'header']);
const listingTable = getService('listingTable');

describe('dashboard save', function describeIndexTests() {
// FLAKY: https://github.com/elastic/kibana/issues/89476
describe.skip('dashboard save', function describeIndexTests() {
this.tags('includeFirefox');
const dashboardName = 'Dashboard Save Test';
const dashboardNameEnterKey = 'Dashboard Save Test with Enter Key';
Expand Down

0 comments on commit 44b8333

Please sign in to comment.