skip flaky suite (#171475)

This commit is contained in:
Tiago Costa 2023-11-20 19:42:17 +00:00
parent edf8956053
commit 0e565e197c
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

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