tests: re-enable SMDA ELF API tests

This commit is contained in:
William Ballenthin
2021-08-19 08:02:17 -06:00
parent 45b6c8dad3
commit a96a5de12d

View File

@@ -23,9 +23,6 @@ def test_smda_features(sample, scope, feature, expected):
if scope.__name__ == "file" and isinstance(feature, capa.features.file.FunctionName) and expected is True:
pytest.xfail("SMDA has no function ID")
if "elf" in sample and isinstance(feature, capa.features.insn.API):
pytest.xfail("SMDA has no ELF API extraction, see #725")
fixtures.do_test_feature_presence(fixtures.get_smda_extractor, sample, scope, feature, expected)