From f08580ec09b578273654814b76a88daa223db672 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Wed, 5 Feb 2025 13:25:51 -0400 Subject: [PATCH] t.Skip flaky TestUpdateOAuthApp (#30118) Fixes: https://mattermost.atlassian.net/browse/MM-62895 --- server/channels/api4/oauth_test.go | 2 ++ 1 file changed, 2 insertions(+) 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