mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#187701)
This commit is contained in:
parent
de495d7acf
commit
90abc79edf
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import { visit } from '../../../tasks/navigation';
|
|||
|
||||
import { CASES_URL } from '../../../urls/navigation';
|
||||
|
||||
describe('Cases connectors', { tags: ['@ess', '@serverless'] }, () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/187701
|
||||
describe.skip('Cases connectors', { tags: ['@ess', '@serverless'] }, () => {
|
||||
const configureResult = {
|
||||
connector: {
|
||||
id: 'e271c3b8-f702-4fbc-98e0-db942b573bbd',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue