tests: viv: reenable elf tests

revert 56f9e16a8b

viv is reverted to v1.0.3 so tests should pass again ref $735
This commit is contained in:
Willi Ballenthin
2021-08-26 16:50:57 -06:00
committed by GitHub
parent b2c688ef14
commit 9e579f9de3

View File

@@ -15,9 +15,6 @@ from fixtures import *
indirect=["sample", "scope"],
)
def test_viv_features(sample, scope, feature, expected):
if "elf" in sample:
pytest.xfail("viv ELF parsing is broken (for our test file), see #735")
fixtures.do_test_feature_presence(fixtures.get_viv_extractor, sample, scope, feature, expected)
@@ -27,7 +24,4 @@ def test_viv_features(sample, scope, feature, expected):
indirect=["sample", "scope"],
)
def test_viv_feature_counts(sample, scope, feature, expected):
if "elf" in sample:
pytest.xfail("viv ELF parsing is broken (for our test file), see #735")
fixtures.do_test_feature_count(fixtures.get_viv_extractor, sample, scope, feature, expected)