mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip failing test suite (#196563)
This commit is contained in:
parent
4b9256f202
commit
b379d18c24
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ import { login } from '../../tasks/login';
|
|||
import { visit } from '../../tasks/navigation';
|
||||
import { ENTITY_ANALYTICS_ASSET_CRITICALITY_URL } from '../../urls/navigation';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/196563
|
||||
describe.skip(
|
||||
'Asset Criticality Upload page',
|
||||
{
|
||||
tags: ['@ess'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue