Skip to content

Commit

Permalink
skip flaky suite (#76551)
Browse files Browse the repository at this point in the history
(cherry picked from commit d9dc47e)
  • Loading branch information
spalger committed Sep 2, 2020
1 parent 785c31f commit 6595019
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://github.com/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 6595019

Please sign in to comment.