Skip to content

Commit

Permalink
Disable flaky IT assignSuperAdminRoleToUserTest (#565)
Browse files Browse the repository at this point in the history
Disabled UserRolesIT::assignSuperAdminRoleToUserTest() due to flakiness.
  • Loading branch information
arvindkrishnakumar-okta authored Mar 25, 2021
1 parent 94a97a1 commit c1ce4fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down

0 comments on commit c1ce4fb

Please sign in to comment.