tests/test-clone-stream-format.t
branchstable
changeset 48800 cffc914cc01b
parent 48693 de3ac3d2c60b
child 49825 2f2682f40ea0
--- 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