Show More
@@ -1,5 +1,20 b'' | |||
|
1 | 1 | #require git |
|
2 | 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 | ||
|
3 | 18 |
|
|
4 | 19 | |
|
5 | 20 | $ cat >> $HGRCPATH <<EOF |
General Comments 0
You need to be logged in to leave comments.
Login now