Skip to content

Commit

Permalink
skip flaky suite (elastic#199363)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and mbondyra committed Nov 8, 2024
1 parent 9d5d1f3 commit 44e895a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ export default function ({ getService }: FtrProviderContextWithSpaces) {
const esArchiver = getService('esArchiver');
const utils = getService('securitySolutionUtils');

describe('Network Top N Flow', () => {
// FLAKY: https://github.com/elastic/kibana/issues/199363
describe.skip('Network Top N Flow', () => {
let supertest: TestAgent;
let search: SearchService;
describe('With filebeat', () => {
Expand Down

0 comments on commit 44e895a

Please sign in to comment.