Skip to content

Commit

Permalink
Skip only Risk Engine initializing test with a FIPS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredburgettelastic committed Oct 9, 2024
1 parent d273c07 commit f3a7ef7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ export default ({ getService }: FtrProviderContext) => {
const riskEngineRoutes = riskEngineRouteHelpersFactory(supertest);
const log = getService('log');

// Failing: See https://github.com/elastic/kibana/issues/191637
describe.skip('@ess @serverless @serverlessQA init_and_status_apis', () => {
describe('@ess @serverless @serverlessQA init_and_status_apis', () => {
before(async () => {
await riskEngineRoutes.cleanUp();
});
Expand Down Expand Up @@ -298,8 +297,8 @@ export default ({ getService }: FtrProviderContext) => {
firstResponse?.saved_objects?.[0]?.id
);
});

describe('remove legacy risk score transform', function () {
// Failing: See https://github.com/elastic/kibana/issues/191637
describe.skip('remove legacy risk score transform', function () {
this.tags('skipFIPS');
it('should remove legacy risk score transform if it exists', async () => {
await installLegacyRiskScore({ supertest });
Expand Down

0 comments on commit f3a7ef7

Please sign in to comment.