mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
skip flaky suite (#219465)
This commit is contained in:
parent
855f1c62ef
commit
115a491423
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue