Skip to content

Commit 622eb29

Browse files
stefan-mystenDaughterOfMars
authored andcommitted
sui-graphql-client: ignore events test due to graphql server failures (#26)
1 parent 0466c33 commit 622eb29

File tree

1 file changed

+1
-0
lines changed
  • crates/sui-graphql-client/src

1 file changed

+1
-0
lines changed

crates/sui-graphql-client/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ mod tests {
869869
}
870870

871871
#[tokio::test]
872+
#[ignore]
872873
async fn test_events_query() {
873874
for (n, _) in NETWORKS {
874875
let client = Client::new(n).unwrap();

0 commit comments

Comments
 (0)