MM-47612: Skip flaky test TestPluginAPIDeleteUserPreferences (#21425)
https://mattermost.atlassian.net/browse/MM-47612 ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b24440c2bd
Коммит
3946c63970
@@ -196,6 +196,7 @@ func TestPluginAPIGetUserPreferences(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestPluginAPIDeleteUserPreferences(t *testing.T) {
|
func TestPluginAPIDeleteUserPreferences(t *testing.T) {
|
||||||
|
t.Skip("MM-47612")
|
||||||
th := Setup(t)
|
th := Setup(t)
|
||||||
defer th.TearDown()
|
defer th.TearDown()
|
||||||
api := th.SetupPluginAPI()
|
api := th.SetupPluginAPI()
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user