Skip to content

Commit

Permalink
checking this flaky test run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavyarm committed Feb 9, 2021
1 parent 87212e6 commit dec2417
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 dec2417

Please sign in to comment.