mirror of
https://github.com/mandiant/capa.git
synced 2025-12-23 15:37:37 -08:00
skip smda tests until we remove the backend
This commit is contained in:
@@ -13,6 +13,7 @@ from fixtures import parametrize
|
|||||||
import capa.features.file
|
import capa.features.file
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="SMDA tests fail and we're deprecating this backend in the next major release")
|
||||||
@parametrize(
|
@parametrize(
|
||||||
"sample,scope,feature,expected",
|
"sample,scope,feature,expected",
|
||||||
fixtures.FEATURE_PRESENCE_TESTS,
|
fixtures.FEATURE_PRESENCE_TESTS,
|
||||||
@@ -25,6 +26,7 @@ def test_smda_features(sample, scope, feature, expected):
|
|||||||
fixtures.do_test_feature_presence(fixtures.get_smda_extractor, sample, scope, feature, expected)
|
fixtures.do_test_feature_presence(fixtures.get_smda_extractor, sample, scope, feature, expected)
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.skip(reason="SMDA tests fail and we're deprecating this backend in the next major release")
|
||||||
@parametrize(
|
@parametrize(
|
||||||
"sample,scope,feature,expected",
|
"sample,scope,feature,expected",
|
||||||
fixtures.FEATURE_COUNT_TESTS,
|
fixtures.FEATURE_COUNT_TESTS,
|
||||||
|
|||||||
Reference in New Issue
Block a user