diff --git a/tests/apps.php b/tests/apps.php
index 3e27b81df6160e746ef68aec1c81d1dcb9814394..f13a996772f91017191197dc876bca9b992faa2c 100644
--- a/tests/apps.php
+++ b/tests/apps.php
@@ -7,6 +7,9 @@
  */
 
 function loadDirectory($path) {
+	if (strpos($path, 'integration')) {
+		return;
+	}
 	if ($dh = opendir($path)) {
 		while ($name = readdir($dh)) {
 			if ($name[0] !== '.') {