mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#191637)
This commit is contained in:
parent
b36b198293
commit
7adda78d6b
1 changed files with 2 additions and 1 deletions
|
@ -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 });
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue