tests/test-commandserver.t
changeset 47587 be496e3489b9
parent 47279 40b51c28b242
child 47776 036b9b3cc79a
--- a/tests/test-commandserver.t	Sat Jul 10 01:58:34 2021 +0200
+++ b/tests/test-commandserver.t	Fri Jul 09 20:42:26 2021 +0200
@@ -1,3 +1,13 @@
+#require no-rhg no-chg
+
+XXX-RHG this test hangs if `hg` is really `rhg`. This was hidden by the use of
+`alias hg=rhg` by run-tests.py. With such alias removed, this test is revealed
+buggy. This need to be resolved sooner than later.
+
+XXX-CHG this test hangs if `hg` is really `chg`. This was hidden by the use of
+`alias hg=chg` by run-tests.py. With such alias removed, this test is revealed
+buggy. This need to be resolved sooner than later.
+
 #if windows
   $ PYTHONPATH="$TESTDIR/../contrib;$PYTHONPATH"
 #else