From a96a5de12d17b401c43bc4342b230ffbb2ea1c7f Mon Sep 17 00:00:00 2001 From: William Ballenthin Date: Thu, 19 Aug 2021 08:02:17 -0600 Subject: [PATCH] tests: re-enable SMDA ELF API tests --- tests/test_smda_features.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_smda_features.py b/tests/test_smda_features.py index a868dbb9..54e519b3 100644 --- a/tests/test_smda_features.py +++ b/tests/test_smda_features.py @@ -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)