Skip to content

Commit

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

describe('when there are no connectors', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/184029
describe.skip('when there are no connectors', () => {
it('should not show the contextual insight component', async () => {
await navigateToError();
await testSubjects.missingOrFail(ui.pages.contextualInsights.button);
Expand Down

0 comments on commit d6e2fc6

Please sign in to comment.