Skip to content

Commit

Permalink
skip flaky suite (#89478)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jan 27, 2021
1 parent 44b8333 commit 4499f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({});
Expand Down

0 comments on commit 4499f62

Please sign in to comment.