This is an automated email from the ASF dual-hosted git repository.

duke8253 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 809b8002dc skip test if plugin was not built (#9761)
809b8002dc is described below

commit 809b8002dc07d15697130bc50dc9ec3583cc4f96
Author: Fei Deng <[email protected]>
AuthorDate: Fri Jun 2 11:36:35 2023 -0400

    skip test if plugin was not built (#9761)
---
 tests/gold_tests/pluginTest/test_hooks/body_buffer.test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/gold_tests/pluginTest/test_hooks/body_buffer.test.py 
b/tests/gold_tests/pluginTest/test_hooks/body_buffer.test.py
index 28d1ef2a29..ac3c5f5394 100644
--- a/tests/gold_tests/pluginTest/test_hooks/body_buffer.test.py
+++ b/tests/gold_tests/pluginTest/test_hooks/body_buffer.test.py
@@ -19,6 +19,8 @@ Verify HTTP body buffering.
 
 import os
 
+Test.SkipUnless(Condition.PluginExists('request_buffer.so'))
+
 
 def int_to_hex_string(int_value):
     '''

Reply via email to