diff --git a/app/slashcommands/helper_test.go b/app/slashcommands/helper_test.go index 073743488e..eedbdfde51 100644 --- a/app/slashcommands/helper_test.go +++ b/app/slashcommands/helper_test.go @@ -133,6 +133,7 @@ func setup(tb testing.TB) *TestHelper { if testing.Short() { tb.SkipNow() } + tb.Skip("MM-36947") dbStore := mainHelper.GetStore() dbStore.DropAllTables() dbStore.MarkSystemRanUnitTests()