mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#173682)
This commit is contained in:
parent
c5324eafad
commit
52989eec9c
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
.delete(`${EXCEPTION_LIST_URL}?list_id=${listId}&namespace_type=agnostic`)
|
||||
.set('kbn-xsrf', 'true');
|
||||
};
|
||||
|
||||
|
||||
// Several flaky tests from this file in serverless, hence @skipInServerless
|
||||
// - https://github.com/elastic/kibana/issues?q=is%3Aissue+is%3Aopen+X-pack+endpoint+integrations++artifact+entries+list
|
||||
// https://github.com/elastic/kibana/issues/171475
|
||||
|
@ -64,6 +64,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
// https://github.com/elastic/kibana/issues/171492
|
||||
//
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/173681
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/173682
|
||||
describe.skip('For each artifact list under management', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue