Skip to content

Commit

Permalink
skip failing test suite (#181466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Oct 28, 2024
1 parent cfe182c commit 8146226
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ import { clearSearchBar, searchForTimeline, toggleFavoriteFilter } from '../../.
const mockTimeline = getTimeline();
const mockFavoritedTimeline = getFavoritedTimeline();

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

0 comments on commit 8146226

Please sign in to comment.