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]