aboutsummaryrefslogtreecommitdiffstats
path: root/test/fixtures_ws.py
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2024-01-24 09:55:12 -0500
committerJohn Thacker <johnthacker@gmail.com>2024-01-24 09:55:12 -0500
commit26c6e3af12a5faff23355d8d9fc4d6f4d0f758a1 (patch)
treeb2332f0e6cf83fa4c01fa3ac93b77024e38885b7 /test/fixtures_ws.py
parentcf74fae3d936165c893487ed86f6b55842e2e1b6 (diff)
test: Skip mongo zstd test if we don't have zstd
Fix the macOS Intel build (but we should find out why zstd isn't installed right now.)
Diffstat (limited to 'test/fixtures_ws.py')
-rw-r--r--test/fixtures_ws.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures_ws.py b/test/fixtures_ws.py
index ee6918b5f4..48f47cb394 100644
--- a/test/fixtures_ws.py
+++ b/test/fixtures_ws.py
@@ -182,6 +182,7 @@ def features(cmd_tshark, make_env):
have_gnutls='with GnuTLS' in tshark_v,
have_pkcs11='and PKCS #11 support' in tshark_v,
have_brotli='with brotli' in tshark_v,
+ have_zstd='with Zstandard' in tshark_v,
have_plugins='binary plugins supported' in tshark_v,
)