mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
b91fbd750c
commit
61d600f19f
2 changed files with 3 additions and 2 deletions
|
@ -18,4 +18,4 @@ JOB:
|
|||
# - x-pack-visualRegression
|
||||
|
||||
# `~` is yaml for `null`
|
||||
exclude: ~
|
||||
exclude: ~
|
||||
|
|
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue