mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
chore: disable flaky FTR test (#164852)
## Summary @dgieselaar suggested we quarantine this test because it's pretty flaky. https://elastic.slack.com/archives/C5UDAFZQU/p1692963699773759 --------- Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
parent
2595709321
commit
37195cc0b9
1 changed files with 2 additions and 1 deletions
|
@ -455,7 +455,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
.expect(404);
|
||||
});
|
||||
|
||||
it('should delete a completed search', async function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/164856
|
||||
it.skip('should delete a completed search', async function () {
|
||||
await markRequiresShardDelayAgg(this);
|
||||
|
||||
const resp = await supertest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue