Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,7 @@ export default function ({ getService }: FtrProviderContext) {

// @skipInServerlessMKI due to authentication issues - we should migrate from Basic to Bearer token when available
// @skipInServerlessMKI - if you are removing this annotation, make sure to add the test suite to the MKI pipeline in .buildkite/pipelines/security_solution_quality_gate/mki_periodic/mki_periodic_defend_workflows.yml
// Failing: See https://github.com/elastic/kibana/issues/235451
// Failing: See https://github.com/elastic/kibana/issues/235456
// Failing: See https://github.com/elastic/kibana/issues/235458
// Failing: See https://github.com/elastic/kibana/issues/235693
describe.skip('@ess @serverless @skipInServerlessMKI Endpoint artifacts (via lists plugin): Trusted Applications', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint artifacts (via lists plugin): Trusted Applications', function () {
let fleetEndpointPolicy: PolicyTestResourceInfo;
let t1AnalystSupertest: TestAgent;
let endpointPolicyManagerSupertest: TestAgent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
.set('kbn-xsrf', 'true');
};

// Failing: See https://github.com/elastic/kibana/issues/235447
describe.skip('For each artifact list under management', function () {
targetTags(this, ['@ess', '@serverless']);
this.timeout(60_000 * 5);
Expand Down