diff tests/test-extension-timing.t @ 44619:8cab8db59b6c

tests: don't run couple of tests related to extensions loading with chg The couple of files test extensions loading and debugging that. It sets `devel.debug.extensions` to True to do that. Either we have to restart chg if this config is set or just don't run these tests on chg. I tried the first way by adding the config option to chgserver.py list of config subsections but that does not seem to work.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 25 Mar 2020 20:15:57 +0530
parents 6f2510b581a0
children
line wrap: on
line diff
--- a/tests/test-extension-timing.t	Wed Mar 25 20:33:15 2020 +0530
+++ b/tests/test-extension-timing.t	Wed Mar 25 20:15:57 2020 +0530
@@ -1,3 +1,5 @@
+#require no-chg
+
 Test basic extension support
 
   $ cat > foobar.py <<EOF