skip failing artifacts snapshot suites (#189590)

This commit is contained in:
Tiago Costa 2024-07-31 02:25:40 +01:00
parent 33d75ffe4e
commit c4f3c240ae
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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