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 3, 2023
1 parent b3b9472 commit 8e7b233
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,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 () => {
expect(await testSubjects.exists('dropdown-connector-no-connector')).to.be(true);
});
Expand Down

0 comments on commit 8e7b233

Please sign in to comment.