diff --git a/integration-tests/src/test/groovy/com/okta/sdk/tests/it/UserRolesIT.groovy b/integration-tests/src/test/groovy/com/okta/sdk/tests/it/UserRolesIT.groovy index bff8fad8a8d..3d2c9a2c185 100644 --- a/integration-tests/src/test/groovy/com/okta/sdk/tests/it/UserRolesIT.groovy +++ b/integration-tests/src/test/groovy/com/okta/sdk/tests/it/UserRolesIT.groovy @@ -39,7 +39,7 @@ import static org.hamcrest.MatcherAssert.assertThat class UserRolesIT extends ITSupport { // Remove this groups tag after OKTA-337497 is resolved (Adding this tag disables the test in bacon PDV) - @Test (groups = "bacon") + @Test (groups = "bacon", enabled = false) @Scenario("assign-super-admin-role-to-user") void assignSuperAdminRoleToUserTest() {