Submitter | phabricator |
---|---|
Date | April 4, 2018, 1:57 a.m. |
Message ID | <differential-rev-PHID-DREV-d7q7exktvwh2gkrez4f2-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/30236/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-infinitepush.t b/tests/test-infinitepush.t --- a/tests/test-infinitepush.t +++ b/tests/test-infinitepush.t @@ -1,3 +1,5 @@ +#require no-reposimplestore + Testing infinipush extension and the confi options provided by it Setup diff --git a/tests/test-infinitepush-ci.t b/tests/test-infinitepush-ci.t --- a/tests/test-infinitepush-ci.t +++ b/tests/test-infinitepush-ci.t @@ -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. diff --git a/tests/test-infinitepush-bundlestore.t b/tests/test-infinitepush-bundlestore.t --- a/tests/test-infinitepush-bundlestore.t +++ b/tests/test-infinitepush-bundlestore.t @@ -1,3 +1,4 @@ +#require no-reposimplestore Create an ondisk bundlestore in .hg/scratchbranches $ . "$TESTDIR/library-infinitepush.sh"