From 56300db4a6ddfef24d988bad8e8a4c86eecadadb Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 13 Aug 2024 13:15:16 -0700 Subject: [PATCH] mark a couple of new BTests as not apt for -O gen-C++ --- .../frameworks/cluster/cluster_started_restart_manager.zeek | 1 + .../frameworks/cluster/cluster_started_restart_worker.zeek | 1 + 2 files changed, 2 insertions(+) diff --git a/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_manager.zeek b/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_manager.zeek index 1000fa5cd7..fcc9f7e3e9 100644 --- a/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_manager.zeek +++ b/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_manager.zeek @@ -1,4 +1,5 @@ # @TEST-DOC: Verify cluster_started() is not rebroadcasted if the manager restarts. +# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1" # @TEST-PORT: SUPERVISOR_PORT # @TEST-PORT: MANAGER_PORT # @TEST-PORT: PROXY_PORT diff --git a/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_worker.zeek b/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_worker.zeek index 504f8d3d09..457d34db11 100644 --- a/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_worker.zeek +++ b/testing/btest/scripts/policy/frameworks/cluster/cluster_started_restart_worker.zeek @@ -1,4 +1,5 @@ # @TEST-DOC: Verify cluster_started() is not rebroadcasted if a worker restarts. +# @TEST-REQUIRES: test "${ZEEK_USE_CPP}" != "1" # @TEST-PORT: SUPERVISOR_PORT # @TEST-PORT: MANAGER_PORT # @TEST-PORT: PROXY_PORT