Skip to content

Commit

Permalink
skip flaky suite (#167869)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 10, 2023
1 parent ed54eaf commit 1bf6ef3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export default ({ getPageObject, getService }: FtrProviderContext) => {
});
});

describe('Connectors', function () {
// FLAKY: https://github.com/elastic/kibana/issues/167869
describe.skip('Connectors', function () {
it('defaults the connector to none correctly', async () => {
await retry.waitFor('dropdown-connector-no-connector to exist', async () => {
return await testSubjects.exists('dropdown-connector-no-connector');
Expand Down

0 comments on commit 1bf6ef3

Please sign in to comment.