t.Skip flaky TestUpdateOAuthApp (#30118)

Fixes: https://mattermost.atlassian.net/browse/MM-62895
This commit is contained in:
Jesse Hallam
2025-02-05 17:25:51 +00:00
committed by GitHub
parent bcc395d139
commit f08580ec09
+2
View File
@@ -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