Skip to content

Commit e7f8484

Browse files
committed
removed parallel in test - causing flakiness due to file path structure
1 parent e9aaf4f commit e7f8484

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/api/src/api/v2/collectors_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ func TestManagementResource_DownloadCollectorByVersion(t *testing.T) {
293293
}
294294

295295
func TestManagementResource_DownloadCollectorChecksumByVersion(t *testing.T) {
296-
t.Parallel()
297-
298296
type expected struct {
299297
responseBody string
300298
responseCode int
@@ -437,7 +435,6 @@ func TestManagementResource_DownloadCollectorChecksumByVersion(t *testing.T) {
437435
}
438436
for _, testCase := range tt {
439437
t.Run(testCase.name, func(t *testing.T) {
440-
t.Parallel()
441438
request := testCase.buildRequest()
442439
testFile := testCase.createCollectorFile(t)
443440
if testFile != nil {

0 commit comments

Comments
 (0)