Skip discover visual tests (#45580)

* Skip discover visual tests

* Re-enable visual test jobs

* Disable visual tests

* Remove newline

* Remove new line

* Add a comment for the skipped test with a link to Github issue
This commit is contained in:
liza-mae 2019-09-16 11:45:46 -06:00 committed by GitHub
parent b91fbd750c
commit 61d600f19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -18,4 +18,4 @@ JOB:
# - x-pack-visualRegression
# `~` is yaml for `null`
exclude: ~
exclude: ~

View file

@ -26,7 +26,8 @@ export default function ({ getService, loadTestFile }) {
const esArchiver = getService('esArchiver');
const browser = getService('browser');
describe('discover app', function () {
// FLAKY: https://github.com/elastic/kibana/issues/45713
describe.skip('discover app', function () {
this.tags('ciGroup6');
before(function () {