From c1ce4fb41e6e78ba15e75ea12810e68ca1a389ca Mon Sep 17 00:00:00 2001 From: Arvind Krishnakumar <61501885+arvindkrishnakumar-okta@users.noreply.github.com> Date: Thu, 25 Mar 2021 14:57:56 -0700 Subject: [PATCH] Disable flaky IT assignSuperAdminRoleToUserTest (#565) Disabled UserRolesIT::assignSuperAdminRoleToUserTest() due to flakiness. --- .../src/test/groovy/com/okta/sdk/tests/it/UserRolesIT.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {