Skip to content

Commit

Permalink
test: disable platform test
Browse files Browse the repository at this point in the history
  • Loading branch information
Donovan Dall committed Jul 3, 2024
1 parent 2b675a3 commit 9eb6ce8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions bin/operator/tests/succinct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ async fn client() -> Client {
// println!("verify with {:?}", s);
// }

#[tokio::test]
async fn test_check_proof() {
let c = client().await;
let request_id = "76688871-5262-4384-9891-0a68fe7a2efb";
let p = c.wait_for_proof(request_id).await.unwrap();
println!("found proof: {:?}", p);
assert_eq!(
p.0,
Uuid::from_str("3dcaeed9-b467-4d4f-bfb5-c22bac100527").unwrap()
);
}
// #[tokio::test]
// async fn test_check_proof() {
// let c = client().await;
// let request_id = "76688871-5262-4384-9891-0a68fe7a2efb";
// let p = c.wait_for_proof(request_id).await.unwrap();
// println!("found proof: {:?}", p);
// assert_eq!(
// p.0,
// Uuid::from_str("3dcaeed9-b467-4d4f-bfb5-c22bac100527").unwrap()
// );
// }

0 comments on commit 9eb6ce8

Please sign in to comment.