From 1a41680d359ff62e7cae658515cf93d9080a7fbb Mon Sep 17 00:00:00 2001 From: Cottand Date: Fri, 15 Nov 2024 18:15:31 +0000 Subject: [PATCH] remove dig only test, leave curl --- nixos-tests/doh-upstream.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos-tests/doh-upstream.nix b/nixos-tests/doh-upstream.nix index 71bea4d..040f4ea 100644 --- a/nixos-tests/doh-upstream.nix +++ b/nixos-tests/doh-upstream.nix @@ -41,10 +41,6 @@ in 'curl -vH "accept: application/dns-json" "http://server/dns-query?dns=AAABAAABAAAAAAAAA3d3dwdleGFtcGxlA2NvbQAAAQAB"', timeout=10, ) - client.succeed( - "dig +http-plain @server example.com",# | grep -o 'status: NOERROR'", - timeout=10, - ) ''; }).config.result