skip flaky suite (#219465)

This commit is contained in:
Tiago Costa 2025-06-09 23:59:43 +01:00
parent 855f1c62ef
commit 115a491423
No known key found for this signature in database
GPG key ID: 3CE7D0BA7CB85D57

View file

@ -220,7 +220,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
};
for (const testData of getArtifactsListTestsData()) {
describe(`When on the ${testData.title} entries list`, function () {
// FLAKY: https://github.com/elastic/kibana/issues/219465
describe.skip(`When on the ${testData.title} entries list`, function () {
beforeEach(async () => {
policyInfo = await policyTestResources.createPolicy();
await removeAllArtifacts();