Skip to content

Commit

Permalink
quarantined groupAssignmentWithNullBodyTest and testExecuteWithoutAcc…
Browse files Browse the repository at this point in the history
…eptHeader due to PDV failures (#613)
  • Loading branch information
arvindkrishnakumar-okta authored Aug 19, 2021
1 parent c23303c commit b140ed9
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ class ApplicationsIT extends ITSupport {
assertThat(client.getApplication(app.getId()).getStatus(), equalTo(Application.StatusEnum.ACTIVE))
}

@Test (groups = "group1")
// Quarantining this till OKTA-421154 is fixed
@Test (groups = "bacon")
void groupAssignmentWithNullBodyTest() {

Application app = client.createApplication(client.instantiate(AutoLoginApplication)
Expand Down Expand Up @@ -721,7 +722,8 @@ class ApplicationsIT extends ITSupport {
assertNotPresent(app.listScopeConsentGrants(), app.getScopeConsentGrant(oAuth2ScopeConsentGrant.getId()))
}

@Test (groups = "group1")
// Quarantining this till OKTA-421154 is fixed
@Test (groups = "bacon")
void testExecuteWithoutAcceptHeader() {
def app = client.instantiate(SamlApplication)
.setVisibility(client.instantiate(ApplicationVisibility))
Expand Down

0 comments on commit b140ed9

Please sign in to comment.