From 4a01cc8e812e659c64407a755ff813ef6500d7c0 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Mon, 14 Aug 2023 16:29:06 -0700 Subject: [PATCH] disable divviup-api histogram test --- integration_tests/tests/in_cluster.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/tests/in_cluster.rs b/integration_tests/tests/in_cluster.rs index cc13f1f26..2faf7b8db 100644 --- a/integration_tests/tests/in_cluster.rs +++ b/integration_tests/tests/in_cluster.rs @@ -252,6 +252,7 @@ async fn in_cluster_sum() { } #[tokio::test(flavor = "multi_thread")] +#[ignore = "divviup-api does not currently support DAP-05 (https://github.com/divviup/divviup-api/issues/410)"] async fn in_cluster_histogram() { install_test_trace_subscriber();