skip flaky suite (#163140)

This commit is contained in:
Tiago Costa 2023-08-04 16:07:15 +01:00
parent 45464962ae
commit 98329533e9
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -232,7 +232,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/163140
describe.skip(`When on the ${testData.title} entries list`, function () {
beforeEach(async () => {
policyInfo = await policyTestResources.createPolicy();
await removeAllArtifacts();