Skip to content

Commit

Permalink
Testing: Add missing t.Parallel to speed up tests (#1627)
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvans authored Feb 21, 2024
1 parent 51df5b9 commit f3a372c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_test/ops_agent_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4728,6 +4728,7 @@ func TestNoNvmlOtelReceiverWithoutGpu(t *testing.T) {
func TestPartialSuccess(t *testing.T) {
t.Parallel()
gce.RunForEachPlatform(t, func(t *testing.T, platform string) {
t.Parallel()
ctx, logger, vm := setupMainLogAndVM(t, platform)
logPath := logPathForPlatform(vm.Platform)
config := fmt.Sprintf(`logging:
Expand Down

0 comments on commit f3a372c

Please sign in to comment.