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.
--- 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 ..