[ROSTESTS] Skip some test on x64
[reactos.git] / modules / rostests / kmtests / ntos_ex / ExFastMutex.c
index 04de7a9..76eaa71 100644 (file)
@@ -310,6 +310,14 @@ TestFastMutexConcurrent(
 
 START_TEST(ExFastMutex)
 {
+#if defined(_M_AMD64)
+    if (TRUE)
+    {
+        skip(FALSE, "ROSTESTS-367: Skipping kmtest:ExFastMutex because it hangs on Windows Server 2003 x64-Testbot.\n");
+        return;
+    }
+#endif
+
     FAST_MUTEX Mutex;
     KIRQL Irql;