Skip to content

Commit efe09be

Browse files
author
Paulo Gomes
committed
build: disable go test -race for arm64
Race detection is not working properly in our arm64 runners. It has been tested against both M1 and linux arm64 machines and in both cases the results were aligned with the other platforms. By disabling this we can ensure race detection is being enforced on the other platforms, and we can later review this position. Signed-off-by: Paulo Gomes <[email protected]>
1 parent f1799dc commit efe09be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
env:
7474
TEST_AZURE_ACCOUNT_NAME: ${{ secrets.TEST_AZURE_ACCOUNT_NAME }}
7575
TEST_AZURE_ACCOUNT_KEY: ${{ secrets.TEST_AZURE_ACCOUNT_KEY }}
76+
# Temporarily disable -race for arm64
77+
GO_TEST_ARGS: ''
7678
run: make test
7779
- name: Prepare
7880
id: prep

0 commit comments

Comments
 (0)