Skip to content

Commit

Permalink
skip flaky suite (#76551)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 2, 2020
1 parent 6f94bf7 commit d9dc47e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
);
};

describe('Exports from Non-default Space', () => {
// FLAKY: https:/elastic/kibana/issues/76551
describe.skip('Exports from Non-default Space', () => {
before(async () => {
await esArchiver.load('reporting/ecommerce');
await esArchiver.load('reporting/ecommerce_kibana_spaces'); // dashboard in non default space
Expand Down

0 comments on commit d9dc47e

Please sign in to comment.