mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#194701)
This commit is contained in:
parent
be777cf44f
commit
ca1f38a693
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue