# HG changeset patch # User Gregory Szorc # Date 2018-04-04 01:16:04 # Node ID e1942c196f66673dde52af3392e6a522c8a9eb2d # Parent 0611c954da90241304f7084f550c4006cd97c5e3 tests: skip filelog damage tests when not using revlogs Differential Revision: https://phab.mercurial-scm.org/D3042 diff --git a/tests/test-push.t b/tests/test-push.t --- a/tests/test-push.t +++ b/tests/test-push.t @@ -173,6 +173,8 @@ Test server side validation during push updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved +#if reporevlogstore + Test spurious filelog entries: $ cd test-validation-clone @@ -246,6 +248,8 @@ Expected to fail: $ cd .. +#endif + Test push hook locking =====================