t.Skip flaky TestUpdateOAuthApp (#30118)
Fixes: https://mattermost.atlassian.net/browse/MM-62895
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
bcc395d139
Коммит
f08580ec09
@@ -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
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user