diff 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
line wrap: on
line diff
--- a/tests/test-subrepo-git.t	Sun Feb 20 16:42:58 2022 -0700
+++ b/tests/test-subrepo-git.t	Sun Feb 20 15:31:33 2022 -0700
@@ -1,20 +1,5 @@
 #require git
 
-# XXX-CHG When running with python2 + chg this test tend to get stuck and end up
-# as a time-out error. My effort to reproduce this outside of the CI failed. The
-# test itself seems to pass fine, but never "complete". Debugging it is slow and
-# tedious. This as a bad impact on the development process as most CI run end up
-# wasting abotu 1h until that one fails.
-#
-# Pierre-Yves David, Augie Fackler and Raphaël Gomès all agreed to disable this
-# case in that specific case until we figure this out (or we drop python2 o:-) )
-
-#if no-py3 chg
-  $ echo 'skipped: this test get stuck on the CI with python2 + chg. investigation needed'
-  $ exit 80
-#endif
-
-
 make git commits repeatable
 
   $ cat >> $HGRCPATH <<EOF