diff --git a/phing/properties.dist b/phing/properties.dist
index 5c2c662..624b5fc 100644
--- a/phing/properties.dist
+++ b/phing/properties.dist
@@ -78,7 +78,5 @@ tests.database = ${dir.data.temporary}/database.sqlite
# Paths of frameworks used to run tests:
# - PHPUnit (unit tests)
-# - Infection (mutation tests)
#
tests.phpunit.command = ./vendor/bin/phpunit --verbose --no-coverage
-tests.mutation.command = ./vendor/bin/infection --threads=5
diff --git a/phing/tests.xml b/phing/tests.xml
index 3797ae5..92f6190 100644
--- a/phing/tests.xml
+++ b/phing/tests.xml
@@ -51,8 +51,7 @@
@@ -104,11 +103,6 @@
-
-
-
-
-