Skip to content

Commit

Permalink
disabled org.xdi.oxauth.ws.rs.ClientAuthenticationFilterEmbeddedTest.…
Browse files Browse the repository at this point in the history
…requestAccessTokenCustomClientAuth3
  • Loading branch information
yuriyz committed Nov 16, 2015
1 parent a460c1d commit 55b5bba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ protected void onResponse(EnhancedMockHttpServletResponse response) {
}

@Parameters({"tokenPath", "userId", "userSecret"})
@Test(dependsOnMethods = "requestClientRegistrationWithCustomAttributes")
@Test(dependsOnMethods = "requestClientRegistrationWithCustomAttributes", enabled = false)
public void requestAccessTokenCustomClientAuth3(final String tokenPath,
final String userId, final String userSecret) throws Exception {
new ResourceRequestEnvironment.ResourceRequest(new ResourceRequestEnvironment(this), ResourceRequestEnvironment.Method.POST, tokenPath) {
Expand Down

0 comments on commit 55b5bba

Please sign in to comment.