tests: disable test-keyword.t with simple store
authorGregory Szorc <gregory.szorc@gmail.com>
Wed, 04 Apr 2018 17:29:02 -0700
changeset 37433 9168792422a0
parent 37432 28ee8b28b213
child 37434 3fbd8b862d66
tests: disable test-keyword.t with simple store The keyword extension is hooking into repo.file() and defining its own filelog class. It will likely require a more formal storage interface before keywords are usable with alternate storage backends. Differential Revision: https://phab.mercurial-scm.org/D3113
tests/test-keyword.t
--- a/tests/test-keyword.t	Wed Apr 04 17:12:00 2018 -0700
+++ b/tests/test-keyword.t	Wed Apr 04 17:29:02 2018 -0700
@@ -1,3 +1,5 @@
+#require no-reposimplestore
+
 Run kwdemo outside a repo
   $ hg -q --config extensions.keyword= --config keywordmaps.Foo="{author|user}" kwdemo
   [extensions]