mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pytest: Skip some tests that assume we have a sqlite3 db on postgres
These will not work since they touch the DB file itself. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
b89222f2d9
commit
efc4aa94a3
@@ -1627,6 +1627,7 @@ def test_funder_simple_reconnect(node_factory, bitcoind):
|
||||
l1.pay(l2, 200000000)
|
||||
|
||||
|
||||
@unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "sqlite3-specific DB rollback")
|
||||
@unittest.skipIf(not DEVELOPER, "needs LIGHTNINGD_DEV_LOG_IO")
|
||||
def test_dataloss_protection(node_factory, bitcoind):
|
||||
l1 = node_factory.get_node(may_reconnect=True, log_all_io=True,
|
||||
|
||||
Reference in New Issue
Block a user