Changed failsOnMKI to skipCloud at synthetics API test suite for multispace monitors (#225644)

### Summary 

Changed `failsOnMKI` to `skipCloud` at synthetics API test suite for
multispace monitors.
Same issue on ECH -> https://github.com/elastic/kibana/issues/225431
This commit is contained in:
Charis Kalpakis 2025-06-27 17:21:40 +03:00 committed by GitHub
parent c75f67970e
commit 8b6b00e94d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ import { getFixtureJson } from './helpers/get_fixture_json';
export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
describe('LegacyAndMultiSpaceMonitorAPI', function () {
// Fails on MKI, see https://github.com/elastic/kibana/issues/225431
this.tags(['failsOnMKI']);
this.tags(['skipCloud']);
const supertest = getService('supertestWithoutAuth');
const kibanaServer = getService('kibanaServer');