Skip to content

Commit

Permalink
Update test_binja_features.py (#1595)
Browse files Browse the repository at this point in the history
temporarily skip stack string test, while we wait for #1473
  • Loading branch information
mr-tz authored Jul 7, 2023
1 parent b8f277b commit 4a29025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_binja_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
indirect=["sample", "scope"],
)
def test_binja_features(sample, scope, feature, expected):
if feature == capa.features.common.Characteristic("stack string"):
pytest.xfail("skip failing Binja stack string detection temporarily, see #1473")
fixtures.do_test_feature_presence(fixtures.get_binja_extractor, sample, scope, feature, expected)


Expand Down

0 comments on commit 4a29025

Please sign in to comment.