mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing artifacts snapshot suites (#189590)
This commit is contained in:
parent
42d0c6e975
commit
7902ce7ff6
1 changed files with 2 additions and 1 deletions
|
@ -123,7 +123,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
await PageObjects.share.closeShareModal();
|
||||
});
|
||||
|
||||
it('TSVB Gauge: PNG file matches the baseline image', async function () {
|
||||
// FAILING ARTIFACTS SNAPSHOT: https://github.com/elastic/kibana/issues/189590
|
||||
it.skip('TSVB Gauge: PNG file matches the baseline image', async function () {
|
||||
log.debug('load saved visualization');
|
||||
await PageObjects.visualize.loadSavedVisualization(
|
||||
'[K7.6-eCommerce] Sold Products per Day',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue