[Synthetics] Skipping synthetics alerting tests on cloud (#222058)

This commit is contained in:
Francesco Fagnani 2025-05-30 17:50:23 +02:00 committed by GitHub
parent c4bbc675c8
commit c03bcbcaa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 2 deletions

View file

@ -30,7 +30,10 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
let adminRoleAuthc: RoleCredentials;
const samlAuth = getService('samlAuth');
describe('SyntheticsCustomStatusRule', () => {
describe('SyntheticsCustomStatusRule', function () {
// Test failing on MKI and ECH
this.tags(['skipCloud']);
const SYNTHETICS_RULE_ALERT_INDEX = '.alerts-observability.uptime.alerts-default';
before(async () => {

View file

@ -26,7 +26,10 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
'my-slack1',
];
describe('SyntheticsDefaultRules', () => {
describe('SyntheticsDefaultRules', function () {
// Test failing on MKI and ECH
this.tags(['skipCloud']);
before(async () => {
supertestEditorWithApiKey = await roleScopedSupertest.getSupertestWithRoleScope('editor', {
withInternalHeaders: true,