diff --git a/server/cmd/mmctl/commands/utils_unix_test.go b/server/cmd/mmctl/commands/utils_unix_test.go index 38306c4b98..109c47b16a 100644 --- a/server/cmd/mmctl/commands/utils_unix_test.go +++ b/server/cmd/mmctl/commands/utils_unix_test.go @@ -12,7 +12,6 @@ import ( ) func TestCheckValidSocket(t *testing.T) { - t.Skip("https://mattermost.atlassian.net/browse/MM-54264") t.Run("should return error if the file is not a socket", func(t *testing.T) { f, err := os.CreateTemp(os.TempDir(), "mmctl_socket_") require.NoError(t, err)