From 76a8b71d80feb41fcf0db93969477cf732a8dff8 Mon Sep 17 00:00:00 2001 From: Vijet Mahabaleshwar Date: Mon, 26 Sep 2022 11:04:18 -0700 Subject: [PATCH] Quarantines flakey tests on bacon --- .../test/groovy/com/okta/sdk/tests/it/ApplicationsIT.groovy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-tests/src/test/groovy/com/okta/sdk/tests/it/ApplicationsIT.groovy b/integration-tests/src/test/groovy/com/okta/sdk/tests/it/ApplicationsIT.groovy index c10f2b0579b..fbe8ceb8111 100644 --- a/integration-tests/src/test/groovy/com/okta/sdk/tests/it/ApplicationsIT.groovy +++ b/integration-tests/src/test/groovy/com/okta/sdk/tests/it/ApplicationsIT.groovy @@ -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() }) } @@ -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)) @@ -872,7 +872,7 @@ class ApplicationsIT extends ITSupport { }) } - @Test (groups = "group1") + @Test (groups = "bacon") void updateApplicationUserProfileTest() { Application createdApp = client.instantiate(AutoLoginApplication)