Skip to content

Commit

Permalink
Convert test to sim_test
Browse files Browse the repository at this point in the history
  • Loading branch information
mystenmark authored and longbowlu committed Jan 6, 2023
1 parent 66caf3c commit 6cd59f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/sui/tests/onsite_reconfig_observer_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ use test_utils::authority::{spawn_fullnodes, spawn_test_authorities, test_author
use test_utils::network::wait_for_nodes_transition_to_epoch;
use tracing::info;

#[tokio::test]
use sui_macros::sim_test;

#[sim_test]
async fn test_onsite_reconfig_observer_basic() {
telemetry_subscribers::init_for_testing();
let config = test_authority_configs();
Expand Down

0 comments on commit 6cd59f0

Please sign in to comment.