From e1336b24bfd4af1f0db02ec05f6273016a51d3d7 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Thu, 27 Feb 2025 16:59:49 +0100 Subject: [PATCH] Skip flaky test TestBusySet (#30363) --- server/channels/app/busy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/channels/app/busy_test.go b/server/channels/app/busy_test.go index 71c7d2a4d2..44187513ed 100644 --- a/server/channels/app/busy_test.go +++ b/server/channels/app/busy_test.go @@ -16,6 +16,7 @@ import ( ) func TestBusySet(t *testing.T) { + t.Skip("https://mattermost.atlassian.net/browse/MM-63300") cluster := &ClusterMock{Busy: &Busy{}, t: t} busy := NewBusy(cluster)