Skip to content

Commit 09eaf55

Browse files
committed
skip failing suite (#209007)
1 parent b1224af commit 09eaf55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/platform/plugins/shared/stack_connectors/public/connector_types/lib/servicenow/update_connector.test.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ const mountUpdateConnector = (props: Partial<Props> = {}, isOAuth: boolean = fal
3030
);
3131
};
3232

33-
describe('UpdateConnector renders', () => {
33+
// Failing: See https://github.com/elastic/kibana/issues/209007
34+
describe.skip('UpdateConnector renders', () => {
3435
it('should render update connector fields', () => {
3536
const wrapper = mountUpdateConnector();
3637

0 commit comments

Comments
 (0)