windows: skip a section of a test that is legitimately broken on windows stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 22 Feb 2022 11:51:08 +0100
branchstable
changeset 48800 cffc914cc01b
parent 48798 8eeca94ded70
child 48801 94635b74b18c
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
tests/test-clone-stream-format.t
--- 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