Skip to content

Commit

Permalink
skip test where BN misses the function
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-tz committed Dec 3, 2024
1 parent 54952fe commit 9ad3f06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_binja_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
indirect=["sample", "scope"],
)
def test_binja_features(sample, scope, feature, expected):
# TODO(mr-tz): BinaryNinja does not recognize this function
# https://github.com/mandiant/capa/issues/2507
if scope.__name__ == "function=0x14004B4F0":
pytest.xfail("BinaryNinja does not recognize this function")
fixtures.do_test_feature_presence(fixtures.get_binja_extractor, sample, scope, feature, expected)


Expand Down

0 comments on commit 9ad3f06

Please sign in to comment.