From 5f4da3f3082e6aa5323cc31e3cbf99a58281239c Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 14 Jul 2022 12:17:52 +0530 Subject: [PATCH] MM-45725: Skip BusySet (#20647) https://mattermost.atlassian.net/browse/MM-45725 ```release-note NONE ``` --- app/busy_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/app/busy_test.go b/app/busy_test.go index 7d8fc638dd..6b287607f9 100644 --- a/app/busy_test.go +++ b/app/busy_test.go @@ -15,6 +15,7 @@ import ( ) func TestBusySet(t *testing.T) { + t.Skip("MM-45725") cluster := &ClusterMock{Busy: &Busy{}} busy := NewBusy(cluster)