tests/test-extension.t
branchstable
changeset 47851 d88f4231712c
parent 47832 7835f2696de8
child 48015 a9bedc56f025
--- a/tests/test-extension.t	Wed Aug 18 21:37:55 2021 +0200
+++ b/tests/test-extension.t	Wed Aug 18 21:05:46 2021 +0200
@@ -1378,6 +1378,18 @@
   (use 'hg help extensions' for information on enabling extensions)
 
 
+Help can find unimported extensions
+-----------------------------------
+
+XXX-PYOXIDIZER since the frozen binary does not have source directory tree,
+this make the checking for actual file under `hgext` a bit complicated. In
+addition these tests do some strange dance to ensure some other module are the
+first in `sys.path` (since the current install path is always in front
+otherwise) that are fragile and that does not match reality in the field. So
+for now we disable this test untill a deeper rework of that logic is done.
+
+#if no-pyoxidizer
+
 Broken disabled extension and command:
 
   $ mkdir hgext
@@ -1413,6 +1425,10 @@
   (try 'hg help --keyword foo')
   [255]
 
+#endif
+
+---
+
   $ cat > throw.py <<EOF
   > from mercurial import commands, registrar, util
   > cmdtable = {}