Skip to content

Commit

Permalink
skip flaky suite (#203893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 11, 2024
1 parent 9870f66 commit 48e7a58
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function ({ getService }: FtrProviderContext) {
const kbnServer = getService('kibanaServer');
const log = getService('log');

describe('@ess @serverless @skipInServerlessMKI Endpoint management space awareness support', function () {
// FLAKY: https://github.com/elastic/kibana/issues/203893
describe.skip('@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

0 comments on commit 48e7a58

Please sign in to comment.