mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#195463)
This commit is contained in:
parent
8e2a55214d
commit
80a5565aee
1 changed files with 2 additions and 1 deletions
|
@ -38,7 +38,8 @@ import { loadSavedQuery, cleanupSavedQuery, cleanupPack, loadPack } from '../../
|
|||
import { request } from '../../tasks/common';
|
||||
import { ServerlessRoleName } from '../../support/roles';
|
||||
|
||||
describe('Packs - Create and Edit', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/195463
|
||||
describe.skip('Packs - Create and Edit', { tags: ['@ess', '@serverless'] }, () => {
|
||||
let savedQueryId: string;
|
||||
let savedQueryName: string;
|
||||
let nomappingSavedQueryId: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue