Skip to content

Commit

Permalink
skip failing test suite (elastic#191637)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Aug 29, 2024
1 parent b36b198 commit 7adda78
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ export default ({ getService }: FtrProviderContext) => {
const riskEngineRoutes = riskEngineRouteHelpersFactory(supertest);
const log = getService('log');

describe('@ess @serverless @serverlessQA init_and_status_apis', () => {
// Failing: See https://github.com/elastic/kibana/issues/191637
describe.skip('@ess @serverless @serverlessQA init_and_status_apis', () => {
beforeEach(async () => {
await cleanRiskEngine({ kibanaServer, es, log });
});
Expand Down

0 comments on commit 7adda78

Please sign in to comment.