mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing artifacts snapshot suites (#189590)
This commit is contained in:
parent
33d75ffe4e
commit
c4f3c240ae
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
);
|
||||
});
|
||||
|
||||
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