tests: disable `hg clone --stream` test with simple store
authorGregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 16:49:22 -0700
changeset 37430 b4f5d8c68cfa
parent 37429 7d0a29f70bbe
child 37431 5ac84b20f184
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
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