KEYCLOAK-3339 Fix authorization tests on EAP6 + JDK7

This commit is contained in:
mhajas 2016-12-01 15:16:01 +01:00
parent 379d5e3228
commit e0c62e25b2

View file

@ -110,7 +110,7 @@ public abstract class AbstractPhotozExampleAdapterTest extends AbstractExampleAd
return exampleDeployment(PhotozClientAuthzTestApp.DEPLOYMENT_NAME);
}
@Deployment(name = RESOURCE_SERVER_ID, managed = false)
@Deployment(name = RESOURCE_SERVER_ID, managed = false, testable = false)
public static WebArchive deploymentResourceServer() throws IOException {
return exampleDeployment(RESOURCE_SERVER_ID);
}