changeset 52191:cfc4985b2964 stable

tests: disable a section of `test-paths.t` that may hit a zeroconf bug This effectively re-disables the same test as cce9e7d2fb92, but unconditionally because it's not a pyoxidizer-specific problem. 74e16d8ca5f3 disabled the other related test for the same reason- this one was missed because it wasn't failing for the few runs when that was tested.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 07 Nov 2024 10:36:12 -0500
parents e6a44bc91bc2
children 54be3c9bc81f
files tests/test-paths.t
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-paths.t	Tue Nov 05 15:21:09 2024 +0100
+++ b/tests/test-paths.t	Thu Nov 07 10:36:12 2024 -0500
@@ -140,11 +140,16 @@
 
 zeroconf wraps ui.configitems(), which shouldn't crash at least:
 
+XXX: This occasionally crashes with 'TypeError: ord() expected string of length
+1, but int found' when processing a packet response, so disable it for now.
+
+#if missing-correct-output
   $ hg paths --config extensions.zeroconf=
   dupe = $TESTTMP/b#tip
   dupe:pushurl = https://example.com/dupe
   expand = $TESTTMP/a/$SOMETHING/bar
   insecure = http://foo:***@example.com/
+#endif
 
 
   $ cd ..