Skip to content

Commit

Permalink
skip failing test suite (#152476)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Sep 21, 2023
1 parent 7425b22 commit 7fab0b1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7fab0b1

Please sign in to comment.