Skip to content

Commit

Permalink
skip flaky test #95660
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 1, 2021
1 parent 0758f87 commit 34b58a4
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
@@ -291,7 +291,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
expect(isSuccessful).to.be(true);
});

it('should allow the user to confirm overriding multiple duplicate saved objects', async function () {
// https://github.com/elastic/kibana/issues/95660
it.skip('should allow the user to confirm overriding multiple duplicate saved objects', async function () {
// This data has already been loaded by the "visualize" esArchive. We'll load it again
// so that we can override the existing visualization.
await PageObjects.savedObjects.importFile(

0 comments on commit 34b58a4

Please sign in to comment.