Skip to content

Commit

Permalink
skip failing test suite (elastic#181466)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and tiansivive committed Oct 29, 2024
1 parent 7f2366b commit f5686fc
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 f5686fc

Please sign in to comment.