mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#185024)
This commit is contained in:
parent
75d6815f92
commit
817842b73a
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ import { deleteRiskEngineConfiguration } from '../../../tasks/api_calls/risk_eng
|
|||
|
||||
const spaceId = 'default';
|
||||
|
||||
describe('Upgrade risk scores', { tags: ['@ess'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/185024
|
||||
describe.skip('Upgrade risk scores', { tags: ['@ess'] }, () => {
|
||||
beforeEach(() => {
|
||||
login();
|
||||
deleteRiskEngineConfiguration();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue