Skip to content

Commit

Permalink
skip flaky suite (elastic#150790)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 3, 2023
1 parent e2ad90f commit 04f8885
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,8 @@ describe('AlertsTableState', () => {
});
});

describe('field browser', () => {
// FLAKY: https://github.com/elastic/kibana/issues/150790
describe.skip('field browser', () => {
const browserFields: BrowserFields = {
kibana: {
fields: {
Expand Down

0 comments on commit 04f8885

Please sign in to comment.