Skip to content

Commit

Permalink
Revert "skip flaky suite (#199432)"
Browse files Browse the repository at this point in the history
This reverts commit c204fff.
  • Loading branch information
mistic committed Nov 8, 2024
1 parent d72ca2d commit a2a71b7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ export default function ({ getService }: FtrProviderContextWithSpaces) {
let supertest: TestAgent;
let search: SearchService;

// FLAKY: https://github.com/elastic/kibana/issues/199432
describe.skip('@skipInServerless Timeline Details', () => {
describe('@skipInServerless Timeline Details', () => {
before(async () => {
supertest = await utils.createSuperTest();
search = await utils.createSearch();
Expand Down

0 comments on commit a2a71b7

Please sign in to comment.