Skip to content

Commit 0e008e3

Browse files
committed
skip fleet agent flow tests
1 parent d3c35c7 commit 0e008e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function (providerContext: FtrProviderContext) {
1818
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
1919
const esClient = getService('es');
2020

21-
describe('fleet_agent_flow', () => {
21+
describe.skip('fleet_agent_flow', () => {
2222
before(async () => {
2323
await esArchiver.load('empty_kibana');
2424
});

0 commit comments

Comments
 (0)