Skip to content

Commit

Permalink
Revert "skip flaky suite (elastic#199364)"
Browse files Browse the repository at this point in the history
This reverts commit 63632a6.
  • Loading branch information
mistic authored and CAWilson94 committed Nov 11, 2024
1 parent 343525a commit e48dde6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ export default function ({ getService }: FtrProviderContextWithSpaces) {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/199364
describe.skip('With packetbeat', () => {
describe('With packetbeat', () => {
before(async () => {
supertest = await utils.createSuperTest();
search = await utils.createSearch();
Expand Down

0 comments on commit e48dde6

Please sign in to comment.