When I fixed the flaky test in https://github.com/mattermost/mattermost/pull/20140,
I actually forgot to uncomment this line to allow the test to run.

Thanks to @hanzei for spotting this.

https://mattermost.atlassian.net/browse/MM-43341
```release-note
NONE
```

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Agniva De Sarker
2023-09-06 10:39:58 +05:30
коммит произвёл GitHub
родитель 2c893d8c05
Коммит 4482ba0fd0

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

@@ -722,7 +722,6 @@ func TestImportImportChannel(t *testing.T) {
}
func TestImportImportUser(t *testing.T) {
t.Skip("MM-43341")
th := Setup(t)
defer th.TearDown()