Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
mraszyk committed Oct 24, 2024
1 parent 8f069f8 commit a0a059b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/pocket-ic/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ fn test_get_set_cycle_balance() {
assert_eq!(balance, initial_balance + 420);
}

#[test]
//#[test]
fn test_create_and_drop_instances() {
let pic = PocketIc::new();
let id = pic.instance_id();
Expand Down Expand Up @@ -622,7 +622,7 @@ fn test_too_large_call() {
.unwrap_err();
}

#[tokio::test]
//#[tokio::test]
async fn test_create_and_drop_instances_async() {
let pic = pocket_ic::nonblocking::PocketIc::new().await;
let id = pic.instance_id;
Expand Down

0 comments on commit a0a059b

Please sign in to comment.