mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#154073)
This commit is contained in:
parent
7b31ca96dd
commit
8a9e09a71d
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ export default function ruleTests({ getService }: FtrProviderContext) {
|
|||
createGroupedEsDocumentsInGroups,
|
||||
} = getRuleServices(getService);
|
||||
|
||||
describe('rule', async () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/154073
|
||||
describe.skip('rule', async () => {
|
||||
let endDate: string;
|
||||
let connectorId: string;
|
||||
const objectRemover = new ObjectRemover(supertest);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue