[MM-43831] removed the parallel marker from the subtests (#20364)

Этот коммит содержится в:
Tim Scheuermann
2022-06-08 09:08:45 +02:00
коммит произвёл GitHub
родитель d001651977
Коммит 03579f56ae

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

@@ -571,7 +571,6 @@ func TestImageProxy(t *testing.T) {
} }
func TestMaxPostSize(t *testing.T) { func TestMaxPostSize(t *testing.T) {
t.Skip("TODO: fix flaky test")
t.Parallel() t.Parallel()
testCases := []struct { testCases := []struct {
@@ -599,8 +598,6 @@ func TestMaxPostSize(t *testing.T) {
for _, testCase := range testCases { for _, testCase := range testCases {
testCase := testCase testCase := testCase
t.Run(testCase.Description, func(t *testing.T) { t.Run(testCase.Description, func(t *testing.T) {
t.Parallel()
mockStore := &storetest.Store{} mockStore := &storetest.Store{}
defer mockStore.AssertExpectations(t) defer mockStore.AssertExpectations(t)