mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing test suite (#187388)
This commit is contained in:
parent
53ebc68f72
commit
df1264fd50
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ import {
|
|||
import { ServerlessRoleName } from '../../support/roles';
|
||||
import { getAdvancedButton } from '../../screens/integrations';
|
||||
|
||||
describe('ALL - Saved queries', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/187388
|
||||
describe.skip('ALL - Saved queries', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let caseId: string;
|
||||
|
||||
before(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue