# HG changeset patch # User Pierre-Yves David # Date 2021-04-09 01:15:07 # Node ID a8fa270a0e86d3b1bbf1398734a9b6eb86b6c165 # Parent 651e6df2b0a45d39d7605aaf65a893318ca68d0c persistent-nodemap: disable it unconditionally for test-http-bad-server.t This is not relevant for the test and this will avoid a lot of variations Differential Revision: https://phab.mercurial-scm.org/D10331 diff --git a/tests/test-http-bad-server.t b/tests/test-http-bad-server.t --- a/tests/test-http-bad-server.t +++ b/tests/test-http-bad-server.t @@ -13,6 +13,7 @@ version so behavior is deterministic. > fakeversion = `pwd`/fakeversion.py > [format] > sparse-revlog = no + > use-persistent-nodemap = no > [devel] > legacy.exchange = phases > [server]