mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
skip flaky suite (#175360)
This commit is contained in:
parent
5d9dcec93f
commit
ee722771ee
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
await cleanup({ client: esClient, config: dataForgeConfig, logger });
|
await cleanup({ client: esClient, config: dataForgeConfig, logger });
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('Rule creation', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/175360
|
||||||
|
describe.skip('Rule creation', () => {
|
||||||
it('creates rule successfully', async () => {
|
it('creates rule successfully', async () => {
|
||||||
actionId = await createIndexConnector({
|
actionId = await createIndexConnector({
|
||||||
supertest,
|
supertest,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue