Skip to content

Commit

Permalink
remove race check
Browse files Browse the repository at this point in the history
  • Loading branch information
QxBytes committed Jan 15, 2025
1 parent c694bf0 commit 35d4e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .pipelines/templates/run-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ stages:
steps:
# Only run one go test per script
- script: |
set CGO_ENABLED=1
cd azure-container-networking/
go test -race -timeout 30m ./npm/... ./cni/... ./platform/...
go test -timeout 30m ./npm/... ./cni/... ./platform/...
retryCountOnTaskFailure: 3
name: "TestWindows"
displayName: "Run Windows Tests"
3 changes: 1 addition & 2 deletions .pipelines/templates/unit-tests.stages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ stages:
- checkout: ACNReviewChanges
clean: true
- script: |
set CGO_ENABLED=1
cd azure-container-networking/
go test -race -timeout 30m ./npm/... ./cni/... ./platform/...
go test -timeout 30m ./npm/... ./cni/... ./platform/...
retryCountOnTaskFailure: 3
name: "TestWindows"
displayName: "Run Windows Tests"
Expand Down

0 comments on commit 35d4e37

Please sign in to comment.