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 authored and CAWilson94 committed Dec 9, 2024
1 parent df04764 commit 1fba12c
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 1fba12c

Please sign in to comment.