Skip to content

Commit

Permalink
Remove logic for only running mvp2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Mar 24, 2024
1 parent 889f710 commit e9679f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="sri-test-harness",
version="0.1.6",
version="0.1.7",
author="Max Wang",
author_email="[email protected]",
url="https://github.com/TranslatorSRI/TestHarness",
Expand Down
2 changes: 0 additions & 2 deletions test_harness/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ async def run_tests(
biolink_object_direction_qualifier = qualifier.value
# TODO: move input category up as well
input_category = assets[0].input_category
if not biolink_object_aspect_qualifier:
continue
err_msg = ""
for asset in assets:
# create test in Test Dashboard
Expand Down

0 comments on commit e9679f4

Please sign in to comment.