mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#166573)
This commit is contained in:
parent
ec821f3700
commit
b8560eb653
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'svlCommonPage',
|
||||
]);
|
||||
|
||||
describe('Importing an existing dashboard', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/166573
|
||||
describe.skip('Importing an existing dashboard', () => {
|
||||
before(async () => {
|
||||
await PageObjects.svlCommonPage.login();
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue