diff --git a/src/integrationTest/java/uk/gov/hmcts/reform/orgrolemapping/controller/RefreshControllerRefreshJobIntegrationTest.java b/src/integrationTest/java/uk/gov/hmcts/reform/orgrolemapping/controller/RefreshControllerRefreshJobIntegrationTest.java index c1e79b0ae..f46ebcc3d 100644 --- a/src/integrationTest/java/uk/gov/hmcts/reform/orgrolemapping/controller/RefreshControllerRefreshJobIntegrationTest.java +++ b/src/integrationTest/java/uk/gov/hmcts/reform/orgrolemapping/controller/RefreshControllerRefreshJobIntegrationTest.java @@ -253,7 +253,7 @@ public void shouldProcessRefreshRoleAssignmentsWithJobIdToAborted_status422() th assertThat(refreshJob.getLog(),containsString(String.join(",", refreshJob.getUserIds()))); } - //@Disabled("Intermittent AM-2919") + @Disabled("Intermittent AM-2919") @Test @Order(4) @Sql(executionPhase = Sql.ExecutionPhase.BEFORE_TEST_METHOD, scripts = {"classpath:sql/insert_refresh_jobs.sql"})