Skip to content

Commit fb7336e

Browse files
committed
skip failing test suite (#224683)
1 parent 313d436 commit fb7336e

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/api_integration/deployment_agnostic/apis/observability/alerting/synthetics

1 file changed

+2
-1
lines changed

x-pack/test/api_integration/deployment_agnostic/apis/observability/alerting/synthetics/custom_status_rule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ export default function ({ getService }: DeploymentAgnosticFtrProviderContext) {
3030
let adminRoleAuthc: RoleCredentials;
3131
const samlAuth = getService('samlAuth');
3232

33-
describe('SyntheticsCustomStatusRule', function () {
33+
// Failing: See https://github.com/elastic/kibana/issues/224683
34+
describe.skip('SyntheticsCustomStatusRule', function () {
3435
// Test failing on MKI and ECH
3536
this.tags(['skipCloud']);
3637

0 commit comments

Comments
 (0)