# HG changeset patch
# User Gregory Szorc <gregory.szorc@gmail.com>
# Date 1522775070 25200
#      Tue Apr 03 10:04:30 2018 -0700
# Node ID 0611c954da90241304f7084f550c4006cd97c5e3
# Parent  4e6a6d0dcceeff6c358adf2e825fcc4e3bfbd6bf
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

diff --git a/tests/test-generaldelta.t b/tests/test-generaldelta.t
--- a/tests/test-generaldelta.t
+++ b/tests/test-generaldelta.t
@@ -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
diff --git a/tests/test-unionrepo.t b/tests/test-unionrepo.t
--- a/tests/test-unionrepo.t
+++ b/tests/test-unionrepo.t
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
 Test unionrepo functionality
 
 Create one repository