Skip to content

Commit

Permalink
skip flaky suite (#75241)
Browse files Browse the repository at this point in the history
(cherry picked from commit a6e9d16)
  • Loading branch information
brianseeders authored and spalger committed Oct 3, 2020
1 parent 5cc88dd commit ea1e323
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 ea1e323

Please sign in to comment.