Skip to content

Commit

Permalink
skip flaky suite (#75241)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Oct 2, 2020
1 parent 0ce8025 commit a6e9d16
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 a6e9d16

Please sign in to comment.