From dc26558894b264a56cdab69a5e18d9248e5afd62 Mon Sep 17 00:00:00 2001 From: Arne Welzel Date: Tue, 10 Jun 2025 15:53:15 +0200 Subject: [PATCH] btest/opt/ZAM-bif-tracking: Disable by default After a public discussion and also chatting with Vern directly, disable the ZAM bif tracking test to avoid an update every time new functions are added. Usually these aren't performance critical and the defaults characterization is fine. If they are performance critical, then Vern is currently best positioned to properly integrate an optimized version. --- testing/btest/opt/ZAM-bif-tracking.zeek | 3 +++ 1 file changed, 3 insertions(+) diff --git a/testing/btest/opt/ZAM-bif-tracking.zeek b/testing/btest/opt/ZAM-bif-tracking.zeek index 7a30869274..3a6dcb1c27 100644 --- a/testing/btest/opt/ZAM-bif-tracking.zeek +++ b/testing/btest/opt/ZAM-bif-tracking.zeek @@ -2,6 +2,9 @@ # # @TEST-REQUIRES: have-spicy # +# Only run this test when ZEEK_ZAM_MAINTENANCE env is set and not "0". +# @TEST-REQUIRES: test "${ZEEK_ZAM_MAINTENANCE}" != "" && test "${ZEEK_ZAM_MAINTENANCE}" != "0" +# # @TEST-EXEC: zeek -b %INPUT >output # @TEST-EXEC: btest-diff output