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)