diff --git a/tests/PHPUnit/Unit/CliMulti/ProcessTest.php b/tests/PHPUnit/Unit/CliMulti/ProcessTest.php
index 12ec4c98e88d3b1b07446f86df9917891255568f..755cd60b6198432731613ef4dab0adb673ccb7ff 100644
--- a/tests/PHPUnit/Unit/CliMulti/ProcessTest.php
+++ b/tests/PHPUnit/Unit/CliMulti/ProcessTest.php
@@ -92,11 +92,6 @@ class ProcessTest extends PHPUnit_Framework_TestCase
         $this->assertFalse($this->process->hasStarted(''));
     }
 
-    public function test_isSupported()
-    {
-        $this->assertTrue(Process::isSupported(), 'This test does not work on windows or if the commands ps and awk are not available');
-    }
-
     public function test_getSecondsSinceCreation()
     {
         sleep(3);