Skip to content

Commit d9dc47e

Browse files
committed
skip flaky suite (#76551)
1 parent 6f94bf7 commit d9dc47e

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/reporting_api_integration/reporting_and_security

1 file changed

+2
-1
lines changed

x-pack/test/reporting_api_integration/reporting_and_security/spaces.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
2727
);
2828
};
2929

30-
describe('Exports from Non-default Space', () => {
30+
// FLAKY: https://github.com/elastic/kibana/issues/76551
31+
describe.skip('Exports from Non-default Space', () => {
3132
before(async () => {
3233
await esArchiver.load('reporting/ecommerce');
3334
await esArchiver.load('reporting/ecommerce_kibana_spaces'); // dashboard in non default space

0 commit comments

Comments
 (0)