mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#163140)
This commit is contained in:
parent
45464962ae
commit
98329533e9
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue