skip failing artifacts snapshot suites (#189590)

This commit is contained in:
Tiago Costa 2024-07-31 02:22:03 +01:00
parent 42d0c6e975
commit 7902ce7ff6
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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',