mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip failing test suite (#126949)
This commit is contained in:
parent
bb1834d297
commit
1cb82f5754
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ export default function ruleTests({ getService }: FtrProviderContext) {
|
|||
const esTestIndexTool = new ESTestIndexTool(es, retry);
|
||||
const esTestIndexToolOutput = new ESTestIndexTool(es, retry, ES_TEST_OUTPUT_INDEX_NAME);
|
||||
|
||||
describe('rule', async () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/126949
|
||||
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