--- a/.gitlab-ci.yml Tue Dec 10 00:05:23 2019 +0100
+++ b/.gitlab-ci.yml Tue Dec 24 23:31:42 2019 +0700
@@ -19,4 +19,4 @@
- hg_rev=$(tests/testlib/map-hg-rev.sh "$(hg log -r . -T '{branch}')")
- hg -R /ci/repos/mercurial/ update "$hg_rev"
- jobs=$(python -c 'import multiprocessing; print multiprocessing.cpu_count()')
- - (cd tests; /ci/repos/mercurial/tests/run-tests.py -j $jobs --color=always --pure)
+ - (cd tests; /ci/repos/mercurial/tests/run-tests.py -j $jobs --color=always --pure --blacklist <(echo test-evolve.t))