skip flaky suite (#194701)

This commit is contained in:
Tiago Costa 2025-03-18 17:59:08 +00:00
parent be777cf44f
commit ca1f38a693
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -50,7 +50,8 @@ export default function ruleTests({ getService }: FtrProviderContext) {
{ label: 'host.name', searchPath: 'host.name' },
];
describe('rule', () => {
// FLAKY: https://github.com/elastic/kibana/issues/194701
describe.skip('rule', () => {
let endDate: string;
let connectorId: string;
const objectRemover = new ObjectRemover(supertest);