skip flaky suite (#204465)

This commit is contained in:
Tiago Costa 2024-12-17 04:51:00 +00:00
parent 25c019aec9
commit c414d9f4d7
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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'];