We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f94bf7 commit d9dc47eCopy full SHA for d9dc47e
x-pack/test/reporting_api_integration/reporting_and_security/spaces.ts
@@ -27,7 +27,8 @@ export default function ({ getService }: FtrProviderContext) {
27
);
28
};
29
30
- describe('Exports from Non-default Space', () => {
+ // FLAKY: https://github.com/elastic/kibana/issues/76551
31
+ describe.skip('Exports from Non-default Space', () => {
32
before(async () => {
33
await esArchiver.load('reporting/ecommerce');
34
await esArchiver.load('reporting/ecommerce_kibana_spaces'); // dashboard in non default space
0 commit comments