diff --git a/dbus/installed-tests.sh b/dbus/installed-tests.sh
index a02ef798bdb122183e4616e2ac57361f6672df05..9756bd26cb0aa41389aa36143c46422919159956 100755
--- a/dbus/installed-tests.sh
+++ b/dbus/installed-tests.sh
@@ -1,9 +1,7 @@
 #!/bin/sh
 
-# List of tests to skip:
-# - test-dbus-daemon is known to fail due to some hard limits set in the dbus
-#   configuration, so lets skip it for now
-SKIP_TESTS="test-dbus-daemon"
+# List of tests to skip (basename):
+SKIP_TESTS=""
 
 set -e