From 03579f56ae445eb7ae6ab9361664343f69a112fa Mon Sep 17 00:00:00 2001 From: Tim Scheuermann Date: Wed, 8 Jun 2022 09:08:45 +0200 Subject: [PATCH] [MM-43831] removed the parallel marker from the subtests (#20364) --- app/post_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/post_test.go b/app/post_test.go index dea533d0b8..e3168a47c6 100644 --- a/app/post_test.go +++ b/app/post_test.go @@ -571,7 +571,6 @@ func TestImageProxy(t *testing.T) { } func TestMaxPostSize(t *testing.T) { - t.Skip("TODO: fix flaky test") t.Parallel() testCases := []struct { @@ -599,8 +598,6 @@ func TestMaxPostSize(t *testing.T) { for _, testCase := range testCases { testCase := testCase t.Run(testCase.Description, func(t *testing.T) { - t.Parallel() - mockStore := &storetest.Store{} defer mockStore.AssertExpectations(t)