MM-47465: Skip flaky TestDeleteChannel (#21392)
https://mattermost.atlassian.net/browse/MM-47465 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a5f6e181ee
Коммит
21bf5b5dd5
@@ -1779,6 +1779,7 @@ func TestSearchGroupChannels(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestDeleteChannel(t *testing.T) {
|
func TestDeleteChannel(t *testing.T) {
|
||||||
|
t.Skip("MM-47465")
|
||||||
th := Setup(t).InitBasic()
|
th := Setup(t).InitBasic()
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
c := th.Client
|
c := th.Client
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user