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):