Skip to content

Commit

Permalink
skip failing test suite (elastic#174176, elastic#174177)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 4, 2024
1 parent d72a5d1 commit 1417fd3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ import { waitFor } from '@testing-library/react';

jest.mock('../../../containers/api');

describe('EditTagsFlyout', () => {
// Failing: See https://github.com/elastic/kibana/issues/174176
// Failing: See https://github.com/elastic/kibana/issues/174177
describe.skip('EditTagsFlyout', () => {
let appMock: AppMockRenderer;

/**
Expand Down

0 comments on commit 1417fd3

Please sign in to comment.