Skip to content

Commit daba7cf

Browse files
authored
nixosTests.curl-impersonate: skip failing test (#408000)
2 parents cabad5e + 9266b72 commit daba7cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nixos/tests/curl-impersonate.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
We do that by creating a trusted CA and issuing a cert that includes
2020
all of the test domains as subject-alternative names and then spoofs the
2121
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.
2225
*/
2326

2427
import ./make-test-python.nix (
@@ -125,7 +128,7 @@ import ./make-test-python.nix (
125128
126129
# Run tests
127130
cd tests
128-
pytest . --install-dir ../usr --capture-interface eth1
131+
pytest . --install-dir ../usr --capture-interface eth1 --exitfirst -k 'not test_http2_headers'
129132
'';
130133
in
131134
{

0 commit comments

Comments
 (0)