diff --git a/x-pack/test/functional/apps/maps/group4/discover.js b/x-pack/test/functional/apps/maps/group4/discover.js
index b1a0e4677ce32..d693c79bdb926 100644
--- a/x-pack/test/functional/apps/maps/group4/discover.js
+++ b/x-pack/test/functional/apps/maps/group4/discover.js
@@ -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',