From 2c906b8f9d1743265446f20e311c69b028d37f38 Mon Sep 17 00:00:00 2001 From: bneradt Date: Mon, 5 Apr 2021 16:17:13 +0000 Subject: [PATCH] sslheaders AuTest: Skip if plugin does not exist Adding a skip condition on the sslheaders.test.py that verifies the plugin exists (i.e., was configured and build) before running the test. --- tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py b/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py index a430ed68ca4..6165d9d9979 100644 --- a/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py +++ b/tests/gold_tests/pluginTest/sslheaders/sslheaders.test.py @@ -22,6 +22,7 @@ ''' Test.SkipUnless( + Condition.PluginExists('sslheaders.so'), Condition.HasCurlFeature('http2'), )