t.Skip flaky TestUpdateOAuthApp (#30118)

Fixes: https://mattermost.atlassian.net/browse/MM-62895
This commit is contained in:
Jesse Hallam 2025-02-05 13:25:51 -04:00 committed by GitHub
parent bcc395d139
commit f08580ec09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,8 @@ func TestCreateOAuthApp(t *testing.T) {
} }
func TestUpdateOAuthApp(t *testing.T) { func TestUpdateOAuthApp(t *testing.T) {
t.Skip("https://mattermost.atlassian.net/browse/MM-62895")
th := Setup(t).InitBasic() th := Setup(t).InitBasic()
defer th.TearDown() defer th.TearDown()
client := th.Client client := th.Client