tests: disable a section of `test-paths.t` that may hit a zeroconf bug stable
authorMatt Harbison <matt_harbison@yahoo.com>
Thu, 07 Nov 2024 10:36:12 -0500
branchstable
changeset 52191 cfc4985b2964
parent 52190 e6a44bc91bc2
child 52192 54be3c9bc81f
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.
tests/test-paths.t
--- 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 ..