windows: skip a section of a test that is legitimately broken on windows
See the comment in the test itself.
Differential Revision: https://phab.mercurial-scm.org/D12214
--- a/tests/test-clone-stream-format.t Fri Feb 18 14:32:26 2022 +0100
+++ b/tests/test-clone-stream-format.t Tue Feb 22 11:51:08 2022 +0100
@@ -93,9 +93,14 @@
$ cd ..
+#if no-windows
+
Test streaming from/to repository without a store:
==================================================
+This is skipped Windows needs dot-encode to handle some of the file in this
+tests, and dot-encode need the store enabled.
+
$ hg clone --pull --config format.usestore=no server server-no-store
requesting all changes
adding changesets
@@ -149,12 +154,14 @@
$ killdaemons.py
+ $ rm hg-*.pid errors-*.txt
+
+#endif
Test streaming from/to repository without a fncache
===================================================
- $ rm hg-*.pid errors-*.txt
$ hg clone --pull --config format.usefncache=no server server-no-fncache
requesting all changes
adding changesets