diff --git a/testProcess.c b/testProcess.c
index 02379341ef58ba64452aa5e73b54173ba7a3390e..0e8811087717fec8a6da9c4436a182693b44d41a 100644
--- a/testProcess.c
+++ b/testProcess.c
@@ -321,6 +321,13 @@ int main(int argc, const char* argv[])
     cmd[1] = "run";
     cmd[2] = argv[1];
     cmd[3] = 0;
+#if defined(__QNX__)
+    if(n == 6)
+      {
+      printf("This test is disabled on QNX for now.\n");
+      return 1;
+      }
+#endif
     fprintf(stdout, "Output on stdout before test %d.\n", n);
     fprintf(stderr, "Output on stderr before test %d.\n", n);
     fflush(stdout);