We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cabad5e + 9266b72 commit daba7cfCopy full SHA for daba7cf
nixos/tests/curl-impersonate.nix
@@ -19,6 +19,9 @@
19
We do that by creating a trusted CA and issuing a cert that includes
20
all of the test domains as subject-alternative names and then spoofs the
21
hostnames in /etc/hosts.
22
+ - We started skipping the test_http2_headers test due to log format differences
23
+ between the nghttpd2 version in nixpkgs and the outdated one curl-impersonate
24
+ uses upstream for its tests.
25
*/
26
27
import ./make-test-python.nix (
@@ -125,7 +128,7 @@ import ./make-test-python.nix (
125
128
126
129
# Run tests
127
130
cd tests
- pytest . --install-dir ../usr --capture-interface eth1
131
+ pytest . --install-dir ../usr --capture-interface eth1 --exitfirst -k 'not test_http2_headers'
132
'';
133
in
134
{
0 commit comments