diff tests/test-http.t @ 37416:7542e97c7867

tests: conditionalize tests for various repo features Working my down the long tail of test failures due to the simple store. We're now down to 38 failures with the simple store. Differential Revision: https://phab.mercurial-scm.org/D3096
author Gregory Szorc <gregory.szorc@gmail.com>
date Wed, 04 Apr 2018 14:04:18 -0700
parents 36b2a304216c
children aacfca6f9767
line wrap: on
line diff
--- a/tests/test-http.t	Wed Apr 04 14:09:02 2018 -0700
+++ b/tests/test-http.t	Wed Apr 04 14:04:18 2018 -0700
@@ -470,6 +470,7 @@
   (remove --pull if specified or upgrade Mercurial)
   [255]
 
+#if no-reposimplestore
 ... but keep stream clones working
 
   $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone
@@ -479,6 +480,7 @@
   searching for changes
   no changes found
   $ cat error.log
+#endif
 
 ... and also keep partial clones and pulls working
   $ hg clone http://localhost:$HGPORT1 --rev 0 test-partial-clone