Skip to content

Commit

Permalink
skip failing test suite (#187701)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Jul 22, 2024
1 parent 6e9efff commit 9066b4b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import { visit } from '../../../tasks/navigation';

import { CASES_URL } from '../../../urls/navigation';

describe('Cases connectors', { tags: ['@ess', '@serverless'] }, () => {
// Failing: See https://github.com/elastic/kibana/issues/187701
describe.skip('Cases connectors', { tags: ['@ess', '@serverless'] }, () => {
const configureResult = {
connector: {
id: 'e271c3b8-f702-4fbc-98e0-db942b573bbd',
Expand Down

0 comments on commit 9066b4b

Please sign in to comment.