Skip to content

Commit

Permalink
skip flaky suite (#72053)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a9f134)
  • Loading branch information
spalger committed Jul 16, 2020
1 parent 6c366ed commit 5bb80fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/fleet/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getService }: FtrProviderContext) {
const supertest = getService('supertest');
const es = getService('es');

describe('fleet_setup', () => {
// FLAKY: https://github.com/elastic/kibana/issues/72053
describe.skip('fleet_setup', () => {
beforeEach(async () => {
try {
await es.security.deleteUser({
Expand Down

0 comments on commit 5bb80fc

Please sign in to comment.