From f078a540bc33e699ee9142d455a94b6e9358731f Mon Sep 17 00:00:00 2001 From: yancey Date: Thu, 20 Oct 2022 01:08:39 -0400 Subject: [PATCH] disable test --- protocol/whist/network/congestion_control/cc_shared_state.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/whist/network/congestion_control/cc_shared_state.cpp b/protocol/whist/network/congestion_control/cc_shared_state.cpp index eb1f97b0080..a7e29d7145a 100644 --- a/protocol/whist/network/congestion_control/cc_shared_state.cpp +++ b/protocol/whist/network/congestion_control/cc_shared_state.cpp @@ -46,7 +46,7 @@ struct UnitTest } }; -UnitTest test; +//UnitTest test; double CCSharedState::get_kdown() {