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 authored and CAWilson94 committed Dec 12, 2024
1 parent 752ca38 commit 2bb10e9
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 2bb10e9

Please sign in to comment.