disable memfail test on windows plain

The plain windows test builds with crypto-mdebug, so it attempts to run
the memfail test.  However, its not built with asan, and it runs really
slowly, so it doesn't add much value.  Disable it.
This commit is contained in:
Neil Horman 2025-07-25 13:41:48 -04:00
parent 63b2a20dd5
commit fbd6b4f254
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
nmake test VERBOSE_FAILURE=yes HARNESS_JOBS=4
nmake test TESTS="-test_handshake-memfail" VERBOSE_FAILURE=yes HARNESS_JOBS=4
minimal:
runs-on: windows-2022