disable flaky test #34038

(cherry picked from commit 02dbf2df4e)
This commit is contained in:
spalger 2019-05-03 18:26:39 -07:00
parent 4bc1625e3e
commit 6f99ebddc0

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