Skip to content

Commit

Permalink
Unskip import saved objects test
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm authored Feb 18, 2021
1 parent 1e3b13a commit 2aaeea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 2aaeea7

Please sign in to comment.