don't gate test execution on not defined(i386) (#6035)

This commit is contained in:
tersec 2024-03-06 17:24:05 +00:00 committed by GitHub
parent 39fafc1248
commit e6253c0793
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -59,8 +59,7 @@ import # Unit test
./slashing_protection/test_slashing_protection_db,
./test_validator_client
when not defined(i386):
when not defined(windows):
import ./test_keymanager_api
when not defined(windows):
import ./test_keymanager_api
summarizeLongTests("AllTests")