Merge pull request #153998 from pacien/mercurialFull-skip-unstable-test-git-interop

mercurialFull: skip an unstable experimental test, add maintainer
This commit is contained in:
Luke Granger-Brown 2022-01-08 15:59:18 +00:00 committed by GitHub
commit f8153418c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,10 @@ let
# tests enforcing "/usr/bin/env" shebangs, which are patched for nix
test-run-tests.t
test-check-shbang.t
# unstable experimental/unsupported features
# https://bz.mercurial-scm.org/show_bug.cgi?id=6633#c1
test-git-interop.t
EOF
# extended timeout necessary for tests to pass on the busy CI workers
@ -118,7 +122,7 @@ let
homepage = "https://www.mercurial-scm.org";
downloadPage = "https://www.mercurial-scm.org/release/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ eelco lukegb ];
maintainers = with maintainers; [ eelco lukegb pacien ];
updateWalker = true;
platforms = platforms.unix;
};