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 @@ -40,9 +40,7 @@ export default function ({ getService }: FtrProviderContext) {
}
// @skipInServerlessMKI - this test uses internal index manipulation in before/after hooks
// @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
// FLAKY: https://github.com/elastic/kibana/issues/203909
// FLAKY: https://github.com/elastic/kibana/issues/203910
describe.skip('@ess @serverless @skipInServerlessMKI When attempting to call an endpoint api', function () {
describe('@ess @serverless @skipInServerlessMKI When attempting to call an endpoint api', function () {
let indexedData: IndexedHostsAndAlertsResponse;
let actionId = '';
let agentId = '';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
const utils = getService('securitySolutionUtils');
const endpointTestresources = getService('endpointTestResources');

// FLAKY: https://github.com/elastic/kibana/issues/203908
// Failing: See https://github.com/elastic/kibana/issues/203903
describe.skip('@ess @serverless @skipInServerlessMKI Endpoint policy response api', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint policy response api', function () {
let adminSupertest: TestAgent;

before(async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ export default function ({ getService }: FtrProviderContext) {
const utils = getService('securitySolutionUtils');

// @skipInServerlessMKI - this test uses internal index manipulation in before/after hooks
// FLAKY: https://github.com/elastic/kibana/issues/203906
// Failing: See https://github.com/elastic/kibana/issues/203897
describe.skip('@ess @serverless @skipInServerlessMKI Endpoint `execute` response action', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint `execute` response action', function () {
let indexedData: IndexedHostsAndAlertsResponse;
let agentId = '';
let t1AnalystSupertest: TestAgent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ export default function ({ getService }: FtrProviderContext) {
const kbnServer = getService('kibanaServer');
const log = getService('log');

// FLAKY: https://github.com/elastic/kibana/issues/203893
// Failing: See https://github.com/elastic/kibana/issues/203898
describe.skip('@ess @serverless @skipInServerlessMKI Endpoint management space awareness support', function () {
describe('@ess @serverless @skipInServerlessMKI Endpoint management space awareness support', function () {
let adminSupertest: TestAgent;
let dataSpaceA: Awaited<ReturnType<typeof endpointTestresources.loadEndpointData>>;
let dataSpaceB: Awaited<ReturnType<typeof endpointTestresources.loadEndpointData>>;
Expand Down