diff --git a/server/channels/api4/oauth_test.go b/server/channels/api4/oauth_test.go index ab9b8c7be6..21d6d61b63 100644 --- a/server/channels/api4/oauth_test.go +++ b/server/channels/api4/oauth_test.go @@ -78,6 +78,8 @@ func TestCreateOAuthApp(t *testing.T) { } func TestUpdateOAuthApp(t *testing.T) { + t.Skip("https://mattermost.atlassian.net/browse/MM-62895") + th := Setup(t).InitBasic() defer th.TearDown() client := th.Client