Skip to content

Commit cb5559a

Browse files
committed
skip flaky suite (#64696)
(cherry picked from commit 55da30d)
1 parent bd38fe6 commit cb5559a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/api_integration/apis/fleet/unenroll_agent.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ export default function (providerContext: FtrProviderContext) {
1616
const supertest = getService('supertest');
1717
const esClient = getService('es');
1818

19-
describe('fleet_unenroll_agent', () => {
19+
// FLAKY: https://github.com/elastic/kibana/issues/64696
20+
describe.skip('fleet_unenroll_agent', () => {
2021
let accessAPIKeyId: string;
2122
let outputAPIKeyId: string;
2223
before(async () => {

0 commit comments

Comments
 (0)