mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
c75f67970e
commit
8b6b00e94d
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue