MM-36947: Fix failure in master (#17899)

Automatic Merge
Этот коммит содержится в:
Agniva De Sarker
2021-07-10 14:05:02 +05:30
коммит произвёл GitHub
родитель f5610801e3
Коммит 0c5e05aa52

Просмотреть файл

@@ -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()