MM-45159: Skip flaky TestCreateUserWithInitialPreferences (#20489)

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

```release-note
NONE
```

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Agniva De Sarker
2022-06-20 21:33:28 +05:30
коммит произвёл GitHub
родитель 7793aebfbb
Коммит 076454b4f3

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

@@ -1725,6 +1725,7 @@ func TestUpdateThreadReadForUser(t *testing.T) {
}
func TestCreateUserWithInitialPreferences(t *testing.T) {
t.Skip("MM-45159")
th := Setup(t).InitBasic()
defer th.TearDown()