Skip to content

Commit

Permalink
Merge branch '7.x' into backport/7.x/pr-79379
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Oct 3, 2020
2 parents 794996e + ea1e323 commit c835e28
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit c835e28

Please sign in to comment.