mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 09:54:16 +01:00
pytest: don't run test_backfill_scriptpubkeys under valgrind in CI.
It seems that bitcoind frequently dies on this test. I assume running the multiple nodes under valgrind with the extra 214 blocks is too memory-hungry? Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
658bae30d5
commit
acf01f4c09
@ -227,6 +227,7 @@ def test_last_tx_psbt_upgrade(node_factory, bitcoind):
|
||||
bitcoind.rpc.decoderawtransaction(last_txs[1].hex())
|
||||
|
||||
|
||||
@pytest.mark.slow_test
|
||||
@unittest.skipIf(os.getenv('TEST_DB_PROVIDER', 'sqlite3') != 'sqlite3', "This test is based on a sqlite3 snapshot")
|
||||
@unittest.skipIf(TEST_NETWORK != 'regtest', "The network must match the DB snapshot")
|
||||
def test_backfill_scriptpubkeys(node_factory, bitcoind):
|
||||
|
Loading…
Reference in New Issue
Block a user