Skip to content

Commit

Permalink
skip failing es promotion suites (elastic#184071)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and rshen91 committed May 29, 2024
1 parent ace89d3 commit 2d04500
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ export default function ApiTest({ getService, getPageObjects }: FtrProviderConte
});
});

describe('when there are connectors', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/184071
describe.skip('when there are connectors', () => {
let proxy: LlmProxy;

before(async () => {
Expand Down

0 comments on commit 2d04500

Please sign in to comment.