unskip serverless dashboard import tests (#167161)

Unskips the serverless Dashboard import test.
This commit is contained in:
Devon Thomson 2023-09-25 13:58:12 -04:00 committed by GitHub
parent 077be69de1
commit d941c4a565
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');