Skip to content

Commit

Permalink
skip failing test suite (#192798)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 27, 2024
1 parent 1448ec5 commit 4315dc7
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 @@ const TEST_IDS = {
VALUE_INPUT: 'globalDataTagsValueInput',
};

describe('GlobalDataTagsTable', () => {
// Failing: See https://github.com/elastic/kibana/issues/192798
describe.skip('GlobalDataTagsTable', () => {
let renderResult: RenderResult;
let mockUpdateAgentPolicy: jest.Mock;
const globalDataTags: GlobalDataTag[] = [
Expand Down

0 comments on commit 4315dc7

Please sign in to comment.