test: disable test-subrepo-git.t in python2 + chg stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 04 Aug 2021 19:45:13 +0200
branchstable
changeset 47803 580bca200874
parent 47801 42e2cdb50db0
child 47804 5ad37164a8fe
test: disable test-subrepo-git.t in python2 + chg I am a couple of days in try to debug that at it seems minor enough with enough other priority to simply disable it for now. Differential Revision: https://phab.mercurial-scm.org/D11253
tests/test-subrepo-git.t
--- a/tests/test-subrepo-git.t	Tue Aug 03 18:29:31 2021 +0200
+++ b/tests/test-subrepo-git.t	Wed Aug 04 19:45:13 2021 +0200
@@ -1,5 +1,20 @@
 #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