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
--- 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