mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#173681)
This commit is contained in:
parent
e9fafcd0aa
commit
c5324eafad
1 changed files with 5 additions and 3 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
|
||||
|
@ -62,8 +62,10 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
|
|||
// https://github.com/elastic/kibana/issues/171489
|
||||
// https://github.com/elastic/kibana/issues/171491
|
||||
// https://github.com/elastic/kibana/issues/171492
|
||||
describe('For each artifact list under management', function () {
|
||||
targetTags(this, ['@ess', '@serverless', '@skipInServerless']);
|
||||
//
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/173681
|
||||
describe.skip('For each artifact list under management', function () {
|
||||
targetTags(this, ['@ess', '@serverless']);
|
||||
|
||||
this.timeout(60_000 * 5);
|
||||
let indexedData: IndexedHostsAndAlertsResponse;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue