mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
4bc1625e3e
commit
6f99ebddc0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue