diff --git a/core/store/src/opener.rs b/core/store/src/opener.rs index 2302255dd43..0e896d2bf4f 100644 --- a/core/store/src/opener.rs +++ b/core/store/src/opener.rs @@ -648,7 +648,7 @@ mod tests { } #[test] - fn test_checkpoint_hot_storage_and_cleanup_columns() { + fn slow_test_checkpoint_hot_storage_and_cleanup_columns() { let (home_dir, opener) = NodeStorage::test_opener(); let node_storage = opener.open().unwrap(); let hot_store = Store { storage: node_storage.hot_storage.clone() }; diff --git a/integration-tests/src/tests/client/state_dump.rs b/integration-tests/src/tests/client/state_dump.rs index 00ea5dc72a3..5ca06f2d4bb 100644 --- a/integration-tests/src/tests/client/state_dump.rs +++ b/integration-tests/src/tests/client/state_dump.rs @@ -27,7 +27,7 @@ use std::sync::Arc; #[test] /// Produce several blocks, wait for the state dump thread to notice and /// write files to a temp dir. -fn test_state_dump() { +fn slow_test_state_dump() { init_test_logger(); let mut genesis = Genesis::test(vec!["test0".parse().unwrap(), "test1".parse().unwrap()], 1); diff --git a/integration-tests/src/tests/client/sync_state_nodes.rs b/integration-tests/src/tests/client/sync_state_nodes.rs index fe1af6fb67c..38e1bcc996a 100644 --- a/integration-tests/src/tests/client/sync_state_nodes.rs +++ b/integration-tests/src/tests/client/sync_state_nodes.rs @@ -443,7 +443,7 @@ fn ultra_slow_test_sync_state_dump() { #[test] // Test that state sync behaves well when the chunks are absent at the end of the epoch. -fn slow_test_dump_epoch_missing_chunk_in_last_block() { +fn ultra_slow_test_dump_epoch_missing_chunk_in_last_block() { heavy_test(|| { init_test_logger(); let epoch_length = 10; diff --git a/nightly/expensive.txt b/nightly/expensive.txt index 9ef69e96528..24fc89f88b8 100644 --- a/nightly/expensive.txt +++ b/nightly/expensive.txt @@ -160,6 +160,8 @@ expensive integration-tests integration_tests tests::client::sync_state_nodes::u expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes --features nightly expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes_multishard expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_sync_state_nodes_multishard --features nightly +expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_dump_epoch_missing_chunk_in_last_block +expensive integration-tests integration_tests tests::client::sync_state_nodes::ultra_slow_test_dump_epoch_missing_chunk_in_last_block --features nightly # other tests expensive --timeout=300 near-chain near_chain tests::garbage_collection::ultra_slow_test_clear_old_data_too_many_heights