From b698ac3f14caabdaa1fb1351df9413e449faaf17 Mon Sep 17 00:00:00 2001 From: Bernhard Kaindl Date: Fri, 3 May 2024 12:00:00 +0000 Subject: [PATCH] test_tools_smoke.py: Add --no-nss when testing sslsniff.py Signed-off-by: Bernhard Kaindl --- tests/python/test_tools_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_tools_smoke.py b/tests/python/test_tools_smoke.py index e0212ebff8cf..0585cb0d5cca 100755 --- a/tests/python/test_tools_smoke.py +++ b/tests/python/test_tools_smoke.py @@ -324,7 +324,7 @@ def test_solisten(self): @skipUnless(kernel_version_ge(4,4), "requires kernel >= 4.4") @mayFail("This fails on github actions environment, and needs to be fixed") def test_sslsniff(self): - self.run_with_int("sslsniff.py") + self.run_with_int("sslsniff.py --no-nss") @skipUnless(kernel_version_ge(4,6), "requires kernel >= 4.6") def test_stackcount(self):