Unskip import saved objects test (#91834)

This commit is contained in:
Bhavya RM 2021-02-18 17:25:21 -05:00 committed by GitHub
parent 6da1e935bd
commit d2a5a51eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const log = getService('log');
// FLAKY: https://github.com/elastic/kibana/issues/89478
describe.skip('import objects', function describeIndexTests() {
describe('import objects', function describeIndexTests() {
describe('.ndjson file', () => {
beforeEach(async function () {
await esArchiver.load('management');