Skip to content

Commit

Permalink
skip flaky suite (elastic#204465)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 17, 2024
1 parent 25c019a commit c414d9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { render, screen, fireEvent, waitFor } from '@testing-library/react';

import { Tags } from './tags';

describe('Tags', () => {
// FLAKY: https://github.com/elastic/kibana/issues/204465
describe.skip('Tags', () => {
describe('when list is short', () => {
it('renders a comma-separated list of tags', () => {
const tags = ['tag1', 'tag2'];
Expand Down

0 comments on commit c414d9f

Please sign in to comment.