mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
4b07efd597
commit
f5e58cda92
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