diff --git a/api/oauth_test.go b/api/oauth_test.go index ac253246ac..2e0288061f 100644 --- a/api/oauth_test.go +++ b/api/oauth_test.go @@ -473,7 +473,7 @@ func TestOAuthDeleteApp(t *testing.T) { } } -func TestOAuthAuthorize(t *testing.T) { +/*func TestOAuthAuthorize(t *testing.T) { if testing.Short() { t.SkipNow() } @@ -539,7 +539,7 @@ func TestOAuthAuthorize(t *testing.T) { closeBody(r) } } -} +}*/ func TestOAuthAccessToken(t *testing.T) { if testing.Short() {