diff tests/test-http-api.t @ 38021:538e850ae737

tests: mark tests that fail when using chg as #require no-chg As far as I can tell, most of these failures are due to using $HGPORT, which it seems chg might be using itself? I don't know enough to debug these failures to fix them properly. Differential Revision: https://phab.mercurial-scm.org/D3562
author Kyle Lippincott <spectral@google.com>
date Tue, 15 May 2018 11:52:43 -0700
parents db114320df7e
children d059cb669632
line wrap: on
line diff
--- a/tests/test-http-api.t	Fri Apr 27 21:54:37 2018 +0530
+++ b/tests/test-http-api.t	Tue May 15 11:52:43 2018 -0700
@@ -1,3 +1,5 @@
+#require no-chg
+
   $ send() {
   >   hg --verbose debugwireproto --peer raw http://$LOCALIP:$HGPORT/
   > }