comparison tests/test-subrepo-git.t @ 48878:0583d7f0fdff

tests: delete some no-py3 blocks And drop some nearby avoidable py3 checks in close proximity while we are here. Differential Revision: https://phab.mercurial-scm.org/D12257
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 20 Feb 2022 15:31:33 -0700
parents 580bca200874
children 7e5be4a7cda7
comparison
equal deleted inserted replaced
48877:fcb34c099259 48878:0583d7f0fdff
1 #require git 1 #require git
2
3 # XXX-CHG When running with python2 + chg this test tend to get stuck and end up
4 # as a time-out error. My effort to reproduce this outside of the CI failed. The
5 # test itself seems to pass fine, but never "complete". Debugging it is slow and
6 # tedious. This as a bad impact on the development process as most CI run end up
7 # wasting abotu 1h until that one fails.
8 #
9 # Pierre-Yves David, Augie Fackler and Raphaël Gomès all agreed to disable this
10 # case in that specific case until we figure this out (or we drop python2 o:-) )
11
12 #if no-py3 chg
13 $ echo 'skipped: this test get stuck on the CI with python2 + chg. investigation needed'
14 $ exit 80
15 #endif
16
17 2
18 make git commits repeatable 3 make git commits repeatable
19 4
20 $ cat >> $HGRCPATH <<EOF 5 $ cat >> $HGRCPATH <<EOF
21 > [defaults] 6 > [defaults]