diff --git a/server/channels/api4/remote_cluster_test.go b/server/channels/api4/remote_cluster_test.go index 1bf89be6a2..8e25e67480 100644 --- a/server/channels/api4/remote_cluster_test.go +++ b/server/channels/api4/remote_cluster_test.go @@ -14,6 +14,8 @@ import ( ) func TestGetRemoteClusters(t *testing.T) { + t.Skip("MM-59324") + t.Run("Should not work if the remote cluster service is not enabled", func(t *testing.T) { th := Setup(t) defer th.TearDown()