Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix+remove ignored IceCap tests #416

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion veracruz-server-test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,6 @@ mod tests {
}

#[test]
#[ignore] // FIXME: test currently disabled because it fails on IceCap
/// Integration test:
/// policy: PiProvider, DataProvider and ResultReader is the same party
/// computation: intersection sum, intersection of two data sources
Expand Down
2 changes: 0 additions & 2 deletions veracruz-test/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ mod tests {
/// A test of veracruz using network communication using four sessions
/// (one for program, one for the first data, and one for the second data and retrieval.)
#[actix_rt::test]
#[ignore] // FIXME: test currently disabled because it fails on IceCap
async fn veracruz_phase2_intersection_set_sum_three_clients() {
timeout(Duration::from_secs(1200), async {
let result = test_template(
Expand Down Expand Up @@ -316,7 +315,6 @@ mod tests {
/// A test of veracruz using network communication using four sessions
/// (one for program, one for the first data, and one for the second data and retrieval.)
#[actix_rt::test]
#[ignore] // FIXME: test currently disabled because it fails on IceCap
async fn veracruz_phase2_intersection_set_sum_two_clients_reversed_data_provision() {
timeout(Duration::from_secs(1200), async {
let result = test_template(
Expand Down