mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
5cc88ddb96
commit
ea1e323254
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default function (providerContext: FtrProviderContext) {
|
|||
const supertestWithoutAuth = getSupertestWithoutAuth(providerContext);
|
||||
const esClient = getService('es');
|
||||
|
||||
describe('fleet_agent_flow', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/75241
|
||||
describe.skip('fleet_agent_flow', () => {
|
||||
skipIfNoDockerRegistry(providerContext);
|
||||
before(async () => {
|
||||
await esArchiver.load('empty_kibana');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue