# HG changeset patch # User Gregory Szorc # Date 2018-04-04 23:00:50 # Node ID 8d033b348d85607af667d6cf7015d4e1c5055a0f # Parent 9fa4a1fdba15a66466eba5de77d4050adb1c90e3 tests: disable shallow narrow tests with simple store I think these are failing because of issues with flags processing in the simple store. Let's revisit this later. Differential Revision: https://phab.mercurial-scm.org/D3103 diff --git a/tests/test-narrow-shallow-merges.t b/tests/test-narrow-shallow-merges.t --- a/tests/test-narrow-shallow-merges.t +++ b/tests/test-narrow-shallow-merges.t @@ -1,3 +1,5 @@ +#require no-reposimplestore + $ . "$TESTDIR/narrow-library.sh" create full repo diff --git a/tests/test-narrow-shallow.t b/tests/test-narrow-shallow.t --- a/tests/test-narrow-shallow.t +++ b/tests/test-narrow-shallow.t @@ -1,3 +1,5 @@ +#require no-reposimplestore + $ . "$TESTDIR/narrow-library.sh" $ hg init master