mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#206580)
This commit is contained in:
parent
bd19bcc005
commit
032f072b16
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ import { clickEnableRiskScore } from '../../../tasks/risk_scores';
|
|||
import { ENTITY_ANALYTICS_URL } from '../../../urls/navigation';
|
||||
import { PAGE_TITLE } from '../../../screens/entity_analytics_management';
|
||||
|
||||
describe(
|
||||
// Failing: See https://github.com/elastic/kibana/issues/206580
|
||||
describe.skip(
|
||||
'Enable risk scores from dashboard',
|
||||
{
|
||||
tags: ['@ess', '@serverless'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue