Skip to content

Commit

Permalink
skip failing test suite (#137408)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jan 23, 2023
1 parent d3f71be commit 62e7fd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/maps/group4/discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ export default function ({ getService, getPageObjects }) {
const from = 'Sep 22, 2015 @ 00:00:00.000';
const to = 'Sep 22, 2015 @ 04:00:00.000';

describe('discover visualize button', () => {
// Failing: See https://github.com/elastic/kibana/issues/137408
describe.skip('discover visualize button', () => {
beforeEach(async () => {
await security.testUser.setRoles([
'test_logstash_reader',
Expand Down

0 comments on commit 62e7fd1

Please sign in to comment.