Skip to content

Commit 87ae768

Browse files
[Security Solution] unskip timelines_table Cypress test (#230440)
## Summary Test is passing locally. Unskipping and running Flaky test runner to verify. Flaky Test Runner: https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/9010 All tests passed! #181466
1 parent a87ca2b commit 87ae768

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/test/security_solution_cypress/cypress/e2e/investigations/timelines/timelines_table.cy.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import { clearSearchBar, searchForTimeline, toggleFavoriteFilter } from '../../.
2626
const mockTimeline = getTimeline();
2727
const mockFavoritedTimeline = getFavoritedTimeline();
2828

29-
// Failing: See https://github.com/elastic/kibana/issues/181466
30-
describe.skip('timeline overview search', { tags: ['@ess', '@serverless'] }, () => {
29+
describe('timeline overview search', { tags: ['@ess', '@serverless'] }, () => {
3130
beforeEach(() => {
3231
deleteTimelines();
3332
// create timeline which is not favorited

0 commit comments

Comments
 (0)