diff --git a/server/channels/app/access_control_test.go b/server/channels/app/access_control_test.go index ac9975abec..6c966c8b3d 100644 --- a/server/channels/app/access_control_test.go +++ b/server/channels/app/access_control_test.go @@ -405,6 +405,7 @@ func TestUnAssignPoliciesFromChannels(t *testing.T) { }) t.Run("Error deleting policy from AccessControlService", func(t *testing.T) { + t.Skip("MM-64541") mockAccessControl := &mocks.AccessControlServiceInterface{} th.App.Srv().ch.AccessControl = mockAccessControl