# HG changeset patch # User Pierre-Yves David # Date 1645527068 -3600 # Node ID cffc914cc01b34f5867c6d57fe8e057e3749718a # Parent 8eeca94ded70f7f1f14416dfdd604d6d3be901b1 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 diff -r 8eeca94ded70 -r cffc914cc01b 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