Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into query-trimming-is-c…
Browse files Browse the repository at this point in the history
…ustomized
  • Loading branch information
dplumlee committed Dec 9, 2024
2 parents 1732885 + 371fd70 commit 044fcaf
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 044fcaf

Please sign in to comment.