diff --git a/app/web_hub_test.go b/app/web_hub_test.go index d95705d99b..4021125fb3 100644 --- a/app/web_hub_test.go +++ b/app/web_hub_test.go @@ -117,6 +117,8 @@ func TestHubStopRaceCondition(t *testing.T) { } func TestHubSessionRevokeRace(t *testing.T) { + t.Skip("MM-35239") + th := SetupWithStoreMock(t) defer th.TearDown()