From e2ae9c7447e1a4dcfe2f4b63167ee547f8559163 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Sun, 16 Aug 2026 11:26:14 +0200 Subject: [PATCH] Disable Wycheproof on Windows CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3874a65ab..9810b17de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,8 +254,9 @@ jobs: - name: Wycheproof tests shell: cmd run: | - call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" - odin test tests/core/crypto/wycheproof -vet -vet-tabs -strict-style -vet-style -vet-cast -warnings-as-errors -disallow-do -o:speed -microarch:native + rem call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" + rem odin test tests/core/crypto/wycheproof -vet -vet-tabs -strict-style -vet-style -vet-cast -warnings-as-errors -disallow-do -o:speed -microarch:native + echo Skipping Wycheproof on Windows because of CI flakiness that can't be replicated on real hardware - name: Noise Protocol Framework tests shell: cmd run: |