Skip to content

Commit

Permalink
disable flaky test #34038
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed May 4, 2019
1 parent 6a06cdd commit 02dbf2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ export default function ({ getService }) {
expect(beat.tags).to.eql(['production']);
});

it('should return errors for non-existent beats', async () => {
// FLAKY: https://github.com/elastic/kibana/issues/34038
it.skip('should return errors for non-existent beats', async () => {
const nonExistentBeatId = chance.word();

const { body: apiResponse } = await supertest
Expand Down

0 comments on commit 02dbf2d

Please sign in to comment.