skip flaky suite (#75241)

(cherry picked from commit a6e9d16310)
This commit is contained in:
Brian Seeders 2020-10-02 17:28:47 -04:00 committed by spalger
parent 5cc88ddb96
commit ea1e323254

View file

@ -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');