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)