mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky test #95660
This commit is contained in:
parent
0758f87352
commit
34b58a4f6f
1 changed files with 2 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue