Update test_binja_features.py (#1595)

temporarily skip stack string test, while we wait for #1473
This commit is contained in:
Moritz
2023-07-07 14:01:50 +02:00
committed by GitHub
parent b8f277b3c6
commit 4a2902512e

View File

@@ -37,6 +37,8 @@ except ImportError:
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)