Skip to content

Commit

Permalink
Disable divviup-ts tests.
Browse files Browse the repository at this point in the history
Until divviup-ts has a DAP-13 implementation, there is no way these
tests will work. I filed #3479 to track re-enablement of divviup-ts
tests.
  • Loading branch information
branlwyd committed Nov 12, 2024
1 parent dccd082 commit 8dc2e51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/tests/integration/divviup_ts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async fn run_divviup_ts_integration_test(test_name: &str, vdaf: VdafInstance) {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore = "divviup-ts does not expose a DAP-13-compatible image (issue #3479)"]
async fn janus_divviup_ts_count() {
install_test_trace_subscriber();
initialize_rustls();
Expand All @@ -52,6 +53,7 @@ async fn janus_divviup_ts_count() {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore = "divviup-ts does not expose a DAP-13-compatible image (issue #3479)"]
async fn janus_divviup_ts_sum() {
install_test_trace_subscriber();
initialize_rustls();
Expand All @@ -61,6 +63,7 @@ async fn janus_divviup_ts_sum() {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore = "divviup-ts does not expose a DAP-13-compatible image (issue #3479)"]
async fn janus_divviup_ts_histogram() {
install_test_trace_subscriber();
initialize_rustls();
Expand All @@ -77,6 +80,7 @@ async fn janus_divviup_ts_histogram() {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore = "divviup-ts does not expose a DAP-13-compatible image (issue #3479)"]
async fn janus_divviup_ts_sumvec() {
install_test_trace_subscriber();
initialize_rustls();
Expand Down

0 comments on commit 8dc2e51

Please sign in to comment.