fix CI failures (#8066)

* test-backend-ops : increase cpy max nmse

* server ci : disable thread sanitizer
This commit is contained in:
slaren
2024-06-23 13:14:45 +02:00
committed by GitHub
parent 45c0e2e4c1
commit b6b9a8e606
2 changed files with 5 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED]
sanitizer: [ADDRESS, UNDEFINED] # THREAD is broken
build_type: [RelWithDebInfo]
include:
- build_type: Release