Skip to content

Commit

Permalink
skip failing test suite (#202337)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 5, 2024
1 parent 0d3e596 commit 37b68a1
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 37b68a1

Please sign in to comment.