diff --git a/tests/test_nginx_vhosts.py b/tests/test_nginx_vhosts.py
index cff58d5c15f49a099ca702f61ea5b75ed0780764..f1b9937fe3f3b8635ae4478f193190e11ce91379 100755
--- a/tests/test_nginx_vhosts.py
+++ b/tests/test_nginx_vhosts.py
@@ -52,6 +52,7 @@ if os.path.exists('/etc/celerity/config.py'):
 
 # get enabled vhosts
 resolution_ignored = conf.get('TESTER_VHOST_RESOLUTION_IGNORED', '').split(',')
+resolution_ignored.append('default_server')
 found = False
 errors = 0
 warnings = 0