Skip to content

Commit

Permalink
chore: disable flaky FTR test (elastic#164852)
Browse files Browse the repository at this point in the history
## 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>
  • Loading branch information
delanni and mistic authored Aug 25, 2023
1 parent 2595709 commit 37195cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/search/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37195cc

Please sign in to comment.