Skip to content

Commit

Permalink
skip failing test suite (elastic#199372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and mbondyra committed Nov 8, 2024
1 parent 08b89b6 commit 9320c0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default function ({ getService }: FtrProviderContextWithSpaces) {
const esArchiver = getService('esArchiver');
const utils = getService('securitySolutionUtils');

describe('Network DNS', () => {
// Failing: See https://github.com/elastic/kibana/issues/199372
describe.skip('Network DNS', () => {
let supertest: TestAgent;
let search: SearchService;
describe('With packetbeat', () => {
Expand Down

0 comments on commit 9320c0a

Please sign in to comment.