diff --git a/tests/p_wget/wget_test.sh b/tests/p_wget/wget_test.sh
index 4edc011..fd66e96 100755
--- a/tests/p_wget/wget_test.sh
+++ b/tests/p_wget/wget_test.sh
@@ -3,7 +3,6 @@
 # Christoph Galuschka <christoph.galuschka@chello.at>
 
 t_Log "Running $0 - wget can access http-host and download index.html."
-SKIP_QA_HARNESS=1
 FILE=/var/tmp/index.html
 
 if [ $SKIP_QA_HARNESS ]; then