disable flaky test #34038

This commit is contained in:
spalger 2019-05-03 18:26:39 -07:00
parent 6a06cdd5ee
commit 02dbf2df4e

View file

@ -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