changeset 37379:24c7428983c5

tests: disable infinitepush tests for simple store Infinitepush relies heavily on bundles and bundlerepo. As such, it won't be easy to make compatible with alternate storage backends at this time. Let's disable the tests when running with our simple store. Differential Revision: https://phab.mercurial-scm.org/D3062
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 03 Apr 2018 14:11:43 -0700
parents 953db9e00eeb
children c3c76194f0c1
files tests/test-infinitepush-bundlestore.t tests/test-infinitepush-ci.t tests/test-infinitepush.t
diffstat 3 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-infinitepush-bundlestore.t	Thu Apr 05 11:01:42 2018 -0700
+++ b/tests/test-infinitepush-bundlestore.t	Tue Apr 03 14:11:43 2018 -0700
@@ -1,3 +1,4 @@
+#require no-reposimplestore
 
 Create an ondisk bundlestore in .hg/scratchbranches
   $ . "$TESTDIR/library-infinitepush.sh"
--- a/tests/test-infinitepush-ci.t	Thu Apr 05 11:01:42 2018 -0700
+++ b/tests/test-infinitepush-ci.t	Tue Apr 03 14:11:43 2018 -0700
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
 Testing the case when there is no infinitepush extension present on the client
 side and the server routes each push to bundlestore. This case is very much
 similar to CI use case.
--- a/tests/test-infinitepush.t	Thu Apr 05 11:01:42 2018 -0700
+++ b/tests/test-infinitepush.t	Tue Apr 03 14:11:43 2018 -0700
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
 Testing infinipush extension and the confi options provided by it
 
 Setup