mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Disabling oauth test
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user