diff --git a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerIntegrationTests.groovy b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerIntegrationTests.groovy index cda2a30a2..62a15c646 100644 --- a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerIntegrationTests.groovy +++ b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/controller/EntitiesControllerIntegrationTests.groovy @@ -9,8 +9,9 @@ import spock.lang.Specification /** * @author Bill Smith (wsmith@unicon.net) */ -@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) -@ActiveProfiles("no-auth") +// TODO: implement +// @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) +// @ActiveProfiles("no-auth") class EntitiesControllerIntegrationTests extends Specification { @Autowired