Skip to content

Commit

Permalink
skip failing test suite (elastic#203477)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 9, 2024
1 parent 598d3de commit 371fd70
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const browser = getService('browser');

describe('connectors', function () {
// Failing: See https://github.com/elastic/kibana/issues/203477
describe.skip('connectors', function () {
before(async () => {
await pageObjects.svlSearchConnectorsPage.helpers.deleteAllConnectors();
await pageObjects.svlCommonPage.loginWithRole('developer');
Expand Down

0 comments on commit 371fd70

Please sign in to comment.