Skip to content

Commit

Permalink
don't skip integration tests anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
apriltuesday committed Dec 14, 2023
1 parent e5b6acb commit a912005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trait_mapping/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def run_pipeline(resource_name):


@pytest.mark.integration
@pytest.mark.skip('Redundant with new end-to-end tests, to be replaced with unit tests of trait_mapping.main')
def test_main():
"""Basic sanity test of output files, using a random sample of records."""
output_traits, output_mappings, output_curation = run_pipeline('sample.xml.gz')
Expand Down

0 comments on commit a912005

Please sign in to comment.