Skip to content

Commit

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

Please sign in to comment.