Mercurial > hg
changeset 37430:b4f5d8c68cfa
tests: disable `hg clone --stream` test with simple store
We mass disabled stream clone tests in a previous commit. Looks like
one was missed.
Differential Revision: https://phab.mercurial-scm.org/D3110
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 04 Apr 2018 16:49:22 -0700 |
parents | 7d0a29f70bbe |
children | 5ac84b20f184 |
files | tests/test-http-bundle1.t |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-http-bundle1.t Wed Apr 04 16:47:06 2018 -0700 +++ b/tests/test-http-bundle1.t Wed Apr 04 16:49:22 2018 -0700 @@ -380,6 +380,7 @@ server has pull-based clones disabled [255] +#if no-reposimplestore ... but keep stream clones working $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone @@ -388,6 +389,7 @@ transferred * in * seconds (* KB/sec) (glob) searching for changes no changes found +#endif ... and also keep partial clones and pulls working $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone