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,9 +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
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 @@ -43,8 +43,7 @@ export default function ({ getService }: FtrProviderContext) {

// @skipInServerless: due to the fact that the serverless builtin roles are not yet updated with new privilege
// and tests below are currently creating a new role/user
// Failing: See https://github.com/elastic/kibana/issues/235444
describe.skip('@ess @skipInServerless, @skipInServerlessMKI Endpoint Artifacts space awareness support', function () {
describe('@ess @skipInServerless, @skipInServerlessMKI Endpoint Artifacts space awareness support', function () {
const afterEachDataCleanup: Array<Pick<ArtifactTestData, 'cleanup'>> = [];
const spaceOneId = 'space_one';
const spaceTwoId = 'space_two';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => {
}
};

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

Expand Down