mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
parent
af17007b56
commit
b85ffb7c57
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const testSubjects = getService('testSubjects');
|
||||
const log = getService('log');
|
||||
|
||||
describe('import objects', function describeIndexTests() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/89478
|
||||
describe.skip('import objects', function describeIndexTests() {
|
||||
describe('.ndjson file', () => {
|
||||
beforeEach(async function () {
|
||||
await kibanaServer.uiSettings.replace({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue