Skip to content

Commit

Permalink
skip flaky suite (elastic#203462)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 9, 2024
1 parent a95a5a3 commit d2e6f20
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
await pageObjects.svlSearchConnectorsPage.connectorOverviewPage.expectConnectorOverviewPageComponentsToExist();
});

describe('create and configure connector', () => {
// FLAKY: https://github.com/elastic/kibana/issues/203462
describe.skip('create and configure connector', () => {
it('create connector and confirm connector configuration page is loaded', async () => {
await pageObjects.svlSearchConnectorsPage.connectorConfigurationPage.createConnector();
await pageObjects.svlSearchConnectorsPage.connectorConfigurationPage.editType('zoom');
Expand Down

0 comments on commit d2e6f20

Please sign in to comment.