Skip to content

Commit

Permalink
skip flaky suite (elastic#197019)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent 9df8a17 commit 72fc4e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
]);
const testSubjects = getService('testSubjects');
const browser = getService('browser');
describe('connectors', function () {
// FLAKY: https://github.com/elastic/kibana/issues/197019
describe.skip('connectors', function () {
before(async () => {
await pageObjects.svlCommonPage.loginWithRole('developer');
await pageObjects.svlCommonNavigation.sidenav.clickLink({
Expand Down

0 comments on commit 72fc4e3

Please sign in to comment.