mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#118272)
This commit is contained in:
parent
40939b2c67
commit
a03e12bec0
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
let version: string = '';
|
||||
const find = getService('find');
|
||||
|
||||
describe('feature controls saved objects management', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/118272
|
||||
describe.skip('feature controls saved objects management', () => {
|
||||
before(async () => {
|
||||
version = await kibanaServer.version.get();
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue