mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
unskip serverless dashboard import tests (#167161)
Unskips the serverless Dashboard import test.
This commit is contained in:
parent
077be69de1
commit
d941c4a565
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
'svlCommonPage',
|
||||
]);
|
||||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/166573
|
||||
describe.skip('Importing an existing dashboard', () => {
|
||||
describe('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