Skip to content

Commit

Permalink
Ignore failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rosenberg committed Nov 8, 2024
1 parent 4aa993c commit 5ad9ce0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/vdaf/prio3_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,11 @@ mod tests {
}
}

// All the below tests are not passing. We ignore them until the rest of the repo is in a state
// where we can regenerate the JSON test vectors.
// Tracking issue https://github.com/divviup/libprio-rs/issues/1122

#[ignore]
#[test]
fn test_vec_prio3_sum() {
for test_vector_str in [
Expand All @@ -276,6 +281,7 @@ mod tests {
}
}

#[ignore]
#[test]
fn test_vec_prio3_sum_vec() {
for test_vector_str in [
Expand All @@ -291,6 +297,7 @@ mod tests {
}
}

#[ignore]
#[test]
fn test_vec_prio3_sum_vec_multiproof() {
type Prio3SumVecField64Multiproof =
Expand All @@ -314,6 +321,7 @@ mod tests {
}
}

#[ignore]
#[test]
fn test_vec_prio3_histogram() {
for test_vector_str in [
Expand Down

0 comments on commit 5ad9ce0

Please sign in to comment.