From 4482ba0fd0349e7cfc90e75b6ba2b254aa8e6cca Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Wed, 6 Sep 2023 10:39:58 +0530 Subject: [PATCH] MM-43341: Allow test to run (#24470) 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 --- server/channels/app/import_functions_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/server/channels/app/import_functions_test.go b/server/channels/app/import_functions_test.go index cb5ef0a7c1..11855a3d12 100644 --- a/server/channels/app/import_functions_test.go +++ b/server/channels/app/import_functions_test.go @@ -722,7 +722,6 @@ func TestImportImportChannel(t *testing.T) { } func TestImportImportUser(t *testing.T) { - t.Skip("MM-43341") th := Setup(t) defer th.TearDown()