MM-44148: Skip racy TestIsCRTEnabledForUser (#20194)

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

```release-note
NONE
```
Этот коммит содержится в:
Agniva De Sarker
2022-05-12 14:34:53 +05:30
коммит произвёл GitHub
родитель 2c155cdc95
Коммит 9dcd1df8f8

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

@@ -2448,6 +2448,7 @@ func TestMarkUnreadWithThreads(t *testing.T) {
}
func TestIsCRTEnabledForUser(t *testing.T) {
t.Skip("MM-44148")
type preference struct {
val string
err error