marked some recently added BTests as not suitable for -O gen-C++ testing

This commit is contained in:
Vern Paxson 2024-08-13 14:46:08 -07:00
parent 207b82ae4b
commit 5e35334281
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
# @TEST-DOC: Verify cluster_started() is not rebroadcasted if the manager restarts. # @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: SUPERVISOR_PORT
# @TEST-PORT: MANAGER_PORT # @TEST-PORT: MANAGER_PORT
# @TEST-PORT: PROXY_PORT # @TEST-PORT: PROXY_PORT

View file

@ -1,4 +1,5 @@
# @TEST-DOC: Verify cluster_started() is not rebroadcasted if a worker restarts. # @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: SUPERVISOR_PORT
# @TEST-PORT: MANAGER_PORT # @TEST-PORT: MANAGER_PORT
# @TEST-PORT: PROXY_PORT # @TEST-PORT: PROXY_PORT