mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#214053)
This commit is contained in:
parent
cb55321ada
commit
4408a0c536
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ describe('Event filter form', () => {
|
|||
cleanup();
|
||||
});
|
||||
|
||||
describe('Details and Conditions', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/214053
|
||||
describe.skip('Details and Conditions', () => {
|
||||
it('should display sections', async () => {
|
||||
render();
|
||||
expect(renderResult.queryByText('Details')).not.toBeNull();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue