Skip to content

Commit

Permalink
Merge pull request #764 from okta/vm-quarantine-tests-on-bacon
Browse files Browse the repository at this point in the history
Quarantines flakey tests on bacon
  • Loading branch information
vijetmahabaleshwar-okta authored Sep 26, 2022
2 parents f298064 + 76a8b71 commit 5bbf673
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class ApplicationsIT extends ITSupport {
}
}

@Test (groups = "group1")
@Test (groups = "bacon")
void testClientIsReady() {
assertThat "Expected client to be ready", client.isReady({ -> client.listApplications() })
}
Expand Down Expand Up @@ -780,7 +780,7 @@ class ApplicationsIT extends ITSupport {
assertThat(response.size(), is(3))
}

@Test (groups = "group1")
@Test (groups = "bacon")
void testExecuteAcceptIonPlusJson() {
def app = client.instantiate(SamlApplication)
.setVisibility(client.instantiate(ApplicationVisibility))
Expand Down Expand Up @@ -872,7 +872,7 @@ class ApplicationsIT extends ITSupport {
})
}

@Test (groups = "group1")
@Test (groups = "bacon")
void updateApplicationUserProfileTest() {

Application createdApp = client.instantiate(AutoLoginApplication)
Expand Down

0 comments on commit 5bbf673

Please sign in to comment.