# HG changeset patch # User Joerg Sonnenberger # Date 2021-01-18 12:59:54 # Node ID 9c35267f01e0626aa7a3bf32b6950dd7fd97ac48 # Parent 723d241543b0f5bec37cb00a36130958ab349992 sqlitestore: disable test with chg There are known issues with transactions not being closed in a timely fashion, making the test flakey. Differential Revision: https://phab.mercurial-scm.org/D9821 diff --git a/tests/test-sqlitestore.t b/tests/test-sqlitestore.t --- a/tests/test-sqlitestore.t +++ b/tests/test-sqlitestore.t @@ -1,4 +1,9 @@ -#require sqlite +#require sqlite no-chg + +The sqlitestore backend leaves transactions around when used with chg. +Since this backend is primarily intended as proof-of-concept for +alternative storage backends, disable it for chg test runs to avoid +the instability. $ cat >> $HGRCPATH < [extensions]