skip flaky suite (#156106)

This commit is contained in:
Tiago Costa 2025-06-06 18:30:49 +01:00
parent 8e95c0dfea
commit 1bbfb597ac
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -20,7 +20,8 @@ export default function ({
const testSubjects = getService('testSubjects');
const PageObjects = getPageObjects(['common']);
describe('Screenshotting Example', function () {
// FLAKY: https://github.com/elastic/kibana/issues/156106
describe.skip('Screenshotting Example', function () {
before(async () => {
await esArchiver.loadIfNeeded(
'src/platform/test/functional/fixtures/es_archiver/logstash_functional'