tests: skip some tests when using simple store
authorGregory Szorc <gregory.szorc@gmail.com>
Tue, 03 Apr 2018 10:04:30 -0700
changeset 37343 0611c954da90
parent 37342 4e6a6d0dccee
child 37344 e1942c196f66
tests: skip some tests when using simple store generaldelta is a revlog implementation detail. We don't need to test it with the simple store. union repos are heavily revlog based. It should be possible to run them with alternate stores. But it's not worth the trouble at this juncture. Differential Revision: https://phab.mercurial-scm.org/D3040
tests/test-generaldelta.t
tests/test-unionrepo.t
--- a/tests/test-generaldelta.t	Wed Apr 04 13:21:34 2018 -0700
+++ b/tests/test-generaldelta.t	Tue Apr 03 10:04:30 2018 -0700
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
 Check whether size of generaldelta revlog is not bigger than its
 regular equivalent. Test would fail if generaldelta was naive
 implementation of parentdelta: third manifest revision would be fully
--- a/tests/test-unionrepo.t	Wed Apr 04 13:21:34 2018 -0700
+++ b/tests/test-unionrepo.t	Tue Apr 03 10:04:30 2018 -0700
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
 Test unionrepo functionality
 
 Create one repository