mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#171475)
This commit is contained in:
parent
edf8956053
commit
0e565e197c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue