Skip to content

Commit

Permalink
fix: ignore flaky test call_shared_object_contract
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Apr 27, 2022
1 parent 14a3e47 commit 2f4d2f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sui/tests/shared_objects_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async fn shared_object_transaction() {
}

#[tokio::test]
#[ignore = "Flaky, see #1624"]
async fn call_shared_object_contract() {
let mut gas_objects = test_gas_objects();

Expand Down

0 comments on commit 2f4d2f4

Please sign in to comment.