[NTDLL_APITEST] Disable NtContinue test when runtime checks are enabled
[reactos.git] / rostests / apitests / ntdll / NtContinue.c
index 8776bca..1f619f1 100644 (file)
@@ -123,6 +123,10 @@ void check(CONTEXT * pContext)
 
 START_TEST(NtContinue)
 {
+#ifdef __RUNTIME_CHECKS__
+    skip("This test breaks MSVC runtime checks!");
+    return;
+#endif /* __RUNTIME_CHECKS__ */
     initrand();
 
     /* First time */