Skip to content

Commit

Permalink
skip flaky suite (#178776)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 15, 2024
1 parent 3695f09 commit b394217
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ describe('Fields Browser', { tags: ['@ess', '@serverless'] }, () => {
openTimelineFieldsBrowser();
});

describe('Fields Browser rendering', () => {
// FLAKY: https://github.com/elastic/kibana/issues/178776
describe.skip('Fields Browser rendering', () => {
it('should display the expected count of categories and fields that match the filter input', () => {
const filterInput = 'host.mac';

Expand Down

0 comments on commit b394217

Please sign in to comment.