MM-47612: Skip flaky test TestPluginAPIDeleteUserPreferences (#21425)

https://mattermost.atlassian.net/browse/MM-47612

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-10-18 19:37:40 +05:30
коммит произвёл GitHub
родитель b24440c2bd
Коммит 3946c63970

Просмотреть файл

@@ -196,6 +196,7 @@ func TestPluginAPIGetUserPreferences(t *testing.T) {
}
func TestPluginAPIDeleteUserPreferences(t *testing.T) {
t.Skip("MM-47612")
th := Setup(t)
defer th.TearDown()
api := th.SetupPluginAPI()