# HG changeset patch # User Gregory Szorc # Date 2018-04-04 16:21:11 # Node ID 8c37c3220ebc7dec7bb11aada3f3bf336db024ba # Parent da8e9ecac4a4677de8e2d6c7bea082a2e236d56d tests: skip test-censor.t when using simple store Censor assumes the use of revlogs. Proper censor support for non-revlog storage will require a better abstraction in the storage layer to remove data. Let's skip the censor tests until we have something in place. Differential Revision: https://phab.mercurial-scm.org/D3090 diff --git a/tests/test-censor.t b/tests/test-censor.t --- a/tests/test-censor.t +++ b/tests/test-censor.t @@ -1,3 +1,5 @@ +#require no-reposimplestore + $ cat >> $HGRCPATH < [extensions] > censor=