Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
Ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazovicff committed Sep 21, 2023
1 parent bcab9c5 commit 70a75ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigentrust-zk/src/verifier/aggregator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ mod test {
assert_eq!(prover.verify(), Ok(()));
}

// #[ignore = "Aggregator takes too long to run"]
#[ignore = "Et Aggregator takes too long to run"]
#[test]
fn test_et_aggregator() {
const NUM_NEIGHBOURS: usize = 4;
Expand Down

0 comments on commit 70a75ca

Please sign in to comment.