# HG changeset patch # User Gregory Szorc # Date 1522885762 25200 # Node ID b4f5d8c68cfad65d8f27920903232a4f6b12e7fe # Parent 7d0a29f70bbeed9dc00257772c2ad6f727cb30e1 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 diff -r 7d0a29f70bbe -r b4f5d8c68cfa tests/test-http-bundle1.t --- 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