mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#152476)
This commit is contained in:
parent
7425b227ca
commit
7fab0b15e6
1 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
await PageObjects.dashboard.clickNewDashboard();
|
||||
}
|
||||
|
||||
describe('dashboard maps by value', function () {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/152476
|
||||
describe.skip('dashboard maps by value', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
|
||||
await kibanaServer.importExport.load(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue