Skip to content

Commit 8dc2e51

Browse files
committed
Disable divviup-ts tests.
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.
1 parent dccd082 commit 8dc2e51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

integration_tests/tests/integration/divviup_ts.rs

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ async fn run_divviup_ts_integration_test(test_name: &str, vdaf: VdafInstance) {
4444
}
4545

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

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

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

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

0 commit comments

Comments
 (0)