mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#204465)
This commit is contained in:
parent
25c019aec9
commit
c414d9f4d7
1 changed files with 2 additions and 1 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue