Skip to content

Commit

Permalink
Merge branch 'main' into issue_201627_temp_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Dec 9, 2024
2 parents 770e424 + 371fd70 commit b3c5603
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 b3c5603

Please sign in to comment.