skip flaky suite (#203893)

This commit is contained in:
Tiago Costa 2024-12-11 22:24:41 +00:00
parent 9870f66440
commit 48e7a58fe5
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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>>;