Skip to content

Commit

Permalink
Merge pull request #2518 from mandiant/bn/skip-test
Browse files Browse the repository at this point in the history
skip test where BN misses the function
  • Loading branch information
mr-tz authored Dec 3, 2024
2 parents e57de2b + 9ad3f06 commit e1c7864
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 e1c7864

Please sign in to comment.