diff --git a/test/test_restconf.sh b/test/test_restconf.sh
index a9742247..9ac72a47 100755
--- a/test/test_restconf.sh
+++ b/test/test_restconf.sh
@@ -316,10 +316,6 @@ function testrun()
expectpart "$(curl $CURLOPTS -X GET $proto://$addr/.well-known/host-meta)" 0 "HTTP/$HVER 200" "" "" ""
echo "fcgi or native+http/1 or native+http/1+http/2"
- if [ "${WITH_RESTCONF}" = "native" ]; then # XXX does not work with nginx
- new "restconf GET http/1.0 - returns 1.0"
- expectpart "$(curl $CURLOPTS --http1.0 -X GET $proto://$addr/.well-known/host-meta)" 0 'HTTP/1.0 200 OK' "" "" ""
- fi
new "restconf GET http/1.1"
expectpart "$(curl $CURLOPTS --http1.1 -X GET $proto://$addr/.well-known/host-meta)" 0 'HTTP/1.1 200 OK' "" "" ""