Skip to content

Commit

Permalink
skip flaky suite (#181777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 1, 2024
1 parent 6478d16 commit 6e202ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export default function (providerContext: FtrProviderContext) {

let agentPolicyId: string;

describe('STATUS = INDEXING TEST', () => {
// FLAKY: https://github.com/elastic/kibana/issues/181777
describe.skip('STATUS = INDEXING TEST', () => {
beforeEach(async () => {
await kibanaServer.savedObjects.cleanStandardList();
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
Expand Down

0 comments on commit 6e202ba

Please sign in to comment.