diff options
Diffstat (limited to 'tools/slang-unit-test/unit-test-persistent-cache.cpp')
| -rw-r--r-- | tools/slang-unit-test/unit-test-persistent-cache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-unit-test/unit-test-persistent-cache.cpp b/tools/slang-unit-test/unit-test-persistent-cache.cpp index a32215b6f..d2d8aeb25 100644 --- a/tools/slang-unit-test/unit-test-persistent-cache.cpp +++ b/tools/slang-unit-test/unit-test-persistent-cache.cpp @@ -607,7 +607,7 @@ SLANG_UNIT_TEST(persistentCacheStress) { // aarch64 builds currently fail to run multi-threaded tests within the test-server. // Tests work fine without the test-server, which is puzzling. For now we disable them. -#if SLANG_PROCESSOR_ARM_64 +#if SLANG_PROCESSOR_ARM_64 || SLANG_LINUX_FAMILY SLANG_IGNORE_TEST #endif StressTest test; |
