diff --git a/tests/build-ci.xml b/tests/build-ci.xml
index e5543b91a136a001bd4b914e65086e69088bf7cb..0d2ae283b832d0c8910d3da2c35741af702dd1c7 100644
--- a/tests/build-ci.xml
+++ b/tests/build-ci.xml
@@ -46,7 +46,6 @@
             <!-- DEBUG: when test crash in the middle, enable this to see which test crashes.
                 Note: remove \ from -\- below -->
             <!-- <arg line=" -\-testdox"/> -->
-            <arg line=" --testdox"/>
 		</exec>
 
 		<echo>PDO_MYSQL unit tests finished</echo>
@@ -66,7 +65,6 @@
 		<exec executable="phpunit" dir="${basedir}/PHPUnit" failonerror="false" failifexecutionfails="true">
             <!-- DEBUG: when test crash in the middle, enable this to see which test crashes. Note: Remove \ from -\- below -->
             <!--<arg line="-\-testdox"/>-->
-            <arg line=" --testdox"/>
 		</exec>
 
 		<echo>MYSQLI unit tests finished</echo>