Skip to content

Commit

Permalink
sui-graphql-client: ignore test_object_query test
Browse files Browse the repository at this point in the history
Ignore the sui-graphql-client::test_object_query test since its has been
unreliable due to the dependency on an extrnal running network.
  • Loading branch information
bmwill committed Sep 25, 2024
1 parent 198a68c commit 7d2f81b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-graphql-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ mod tests {
}

#[tokio::test]
#[ignore]
async fn test_object_query() {
for (n, _) in NETWORKS {
let client = Client::new(n).unwrap();
Expand Down

0 comments on commit 7d2f81b

Please sign in to comment.