##// END OF EJS Templates
tests: disable a section of `test-hgrc.t` that may hit a zeroconf bug...
Matt Harbison -
r53048:74e16d8c stable
parent child Browse files
Show More
@@ -304,6 +304,10 Check that zeroconf respect HGRCSKIPREPO
304 config error at $TESTTMP/.hg/hgrc:3: [broken
304 config error at $TESTTMP/.hg/hgrc:3: [broken
305 [255]
305 [255]
306
306
307 XXX: This occasionally crashes with a bytes vs str problem when processing a
308 packet response, so disable it for now.
309
310 #if missing-correct-output
307 $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
311 $ HGRCSKIPREPO=1 hg paths --config extensions.zeroconf=
308 foo = $TESTTMP/bar
312 foo = $TESTTMP/bar
309
313 #endif
General Comments 0
You need to be logged in to leave comments. Login now