mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip fleet agent flow tests
This commit is contained in:
parent
d3c35c7518
commit
0e008e30e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default function (providerContext: FtrProviderContext) {
|
|||
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
|
||||
const esClient = getService('es');
|
||||
|
||||
describe('fleet_agent_flow', () => {
|
||||
describe.skip('fleet_agent_flow', () => {
|
||||
before(async () => {
|
||||
await esArchiver.load('empty_kibana');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue