Skip to content

Commit

Permalink
skip failing test suite (#185024)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jun 7, 2024
1 parent 75d6815 commit 817842b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 817842b

Please sign in to comment.