Skip to content

Commit

Permalink
test_tools_smoke.py: Add --no-nss when testing sslsniff.py
Browse files Browse the repository at this point in the history
Signed-off-by: Bernhard Kaindl <[email protected]>
  • Loading branch information
bernhardkaindl committed May 8, 2024
1 parent 1d8e1ee commit b698ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/test_tools_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b698ac3

Please sign in to comment.