From 67184eba2d4f179453aa7fae599275ba510af588 Mon Sep 17 00:00:00 2001 From: Stacey Gammon Date: Thu, 31 May 2018 12:26:05 -0400 Subject: [PATCH] Comment out tests to avoid flaky png error in the screenshot stitcher --- x-pack/scripts/functional_tests.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x-pack/scripts/functional_tests.js b/x-pack/scripts/functional_tests.js index 0e51331654718d9..112826a0919e0d0 100644 --- a/x-pack/scripts/functional_tests.js +++ b/x-pack/scripts/functional_tests.js @@ -6,8 +6,9 @@ require('@kbn/plugin-helpers').babelRegister(); require('@kbn/test').runTestsCli([ - require.resolve('../test/reporting/configs/chromium_api.js'), - require.resolve('../test/reporting/configs/chromium_functional.js'), + // Uncomment when https://github.com/elastic/kibana/issues/19563 is resolved. + // require.resolve('../test/reporting/configs/chromium_api.js'), + // require.resolve('../test/reporting/configs/chromium_functional.js'), require.resolve('../test/reporting/configs/phantom_api.js'), require.resolve('../test/reporting/configs/phantom_functional.js'), require.resolve('../test/functional/config.js'),