mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#119272)
This commit is contained in:
parent
64599464ce
commit
7a2b07cde5
1 changed files with 2 additions and 1 deletions
|
@ -250,7 +250,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
});
|
||||
});
|
||||
|
||||
describe('delete', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/119272
|
||||
describe.skip('delete', () => {
|
||||
it('should return 404 when no search id provided', async () => {
|
||||
await supertest.delete(`/internal/search/ese`).set('kbn-xsrf', 'foo').send().expect(404);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue