mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-25 10:12:40 +08:00
update
This commit is contained in:
2
.github/workflows/bitcoin-tests.yml
vendored
2
.github/workflows/bitcoin-tests.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
- tests::neon_integrations::bitcoind_forking_test
|
||||
- tests::neon_integrations::should_fix_2771
|
||||
- tests::neon_integrations::pox_integration_test
|
||||
- tests::neon_integrations::mining_events_integration_test_BROKEN
|
||||
- tests::neon_integrations::mining_events_integration_test
|
||||
- tests::bitcoin_regtest::bitcoind_integration_test
|
||||
- tests::should_succeed_handling_malformed_and_valid_txs
|
||||
- tests::neon_integrations::size_overflow_unconfirmed_microblocks_integration_test
|
||||
|
||||
@@ -3866,7 +3866,7 @@ fn cost_voting_integration() {
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn mining_events_integration_test_BROKEN() {
|
||||
fn mining_events_integration_test() {
|
||||
if env::var("BITCOIND_TEST") != Ok("1".into()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user