stabilize tests
This commit is contained in:
@@ -134,7 +134,9 @@ run_tests() {
|
||||
|
||||
# Build dotnet test command
|
||||
local cmd="dotnet test \"$proj\""
|
||||
cmd+=" --filter \"Category=$category\""
|
||||
# Exclude HsmIntegration tests: PKCS#11 native library probing hangs
|
||||
# when SoftHSM2 is not installed (see Q4 in SPRINT_20260201_004)
|
||||
cmd+=" --filter \"Category=$category&Category!=HsmIntegration\""
|
||||
cmd+=" --configuration Release"
|
||||
cmd+=" --logger \"trx;LogFileName=$trx_name\""
|
||||
cmd+=" --results-directory \"$results_dir\""
|
||||
|
||||
Reference in New Issue
Block a user