Skip to content

Commit 06a8574

Browse files
misticCAWilson94
authored andcommitted
skip flaky suite (elastic#194701)
1 parent d5f659e commit 06a8574

File tree

1 file changed

+2
-1
lines changed
  • x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/builtin_alert_types/es_query

1 file changed

+2
-1
lines changed

x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/builtin_alert_types/es_query/rule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export default function ruleTests({ getService }: FtrProviderContext) {
5050
{ label: 'host.name', searchPath: 'host.name' },
5151
];
5252

53-
describe('rule', () => {
53+
// FLAKY: https://github.com/elastic/kibana/issues/194701
54+
describe.skip('rule', () => {
5455
let endDate: string;
5556
let connectorId: string;
5657
const objectRemover = new ObjectRemover(supertest);

0 commit comments

Comments
 (0)