[MM-43831] removed the parallel marker from the subtests (#20364)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d001651977
Коммит
03579f56ae
@@ -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)
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user