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:
Alex Szabo 2023-08-25 17:07:44 +02:00 committed by GitHub
parent 2595709321
commit 37195cc0b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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