diff --git a/libuv/test/test-thread-affinity.c b/libuv/test/test-thread-affinity.c index 2c9b696..b070106 100644 --- a/libuv/test/test-thread-affinity.c +++ b/libuv/test/test-thread-affinity.c @@ -38,6 +38,8 @@ TEST_IMPL(thread_affinity) { int i; uv_thread_t threads[3]; + RETURN_SKIP("Test does not currently work in HASHER: test must be run with cpu 0 affinity"); + #ifdef _WIN32 /* uv_thread_self isn't defined for the main thread on Windows */ threads[0] = GetCurrentThread();