Skip to content

Commit

Permalink
skip failing test suite (elastic#202337)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored and Samiul-TheSoccerFan committed Dec 10, 2024
1 parent d7702f7 commit ac53a7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default function ({ getService }: FtrProviderContext) {
const esDeleteAllIndices = getService('esDeleteAllIndices');
const supertest = getService('supertest');

describe('SyntheticsCustomStatusRule', () => {
// Failing: See https://github.com/elastic/kibana/issues/202337
describe.skip('SyntheticsCustomStatusRule', () => {
const SYNTHETICS_RULE_ALERT_INDEX = '.alerts-observability.uptime.alerts-default';

before(async () => {
Expand Down

0 comments on commit ac53a7d

Please sign in to comment.