From 0c5e05aa525ca86e66ec7ace651dba55a2b0e9e5 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 10 Jul 2021 14:05:02 +0530 Subject: [PATCH] MM-36947: Fix failure in master (#17899) Automatic Merge --- app/slashcommands/helper_test.go | 1 + 1 file changed, 1 insertion(+) 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()