mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip flaky suite (#156581)
This commit is contained in:
parent
bee94abfef
commit
8569d45a08
1 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
}));
|
||||
});
|
||||
|
||||
describe('wildcard namespace', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/156581
|
||||
describe.skip('wildcard namespace', () => {
|
||||
it('should return 200 with individual responses from the all namespaces', async () =>
|
||||
await supertest
|
||||
.get(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue