Skip to content

Commit

Permalink
Merge pull request #1553 from UUDigitalHumanitieslab/bugfix/failing-p…
Browse files Browse the repository at this point in the history
…eace-import-test

mark peace import test xfail
  • Loading branch information
lukavdplas authored May 3, 2024
2 parents 203f2b7 + ba980cf commit a7aa308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/corpora/peaceportal/tests/test_peace.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def corpus_test_name(corpus_spec):
return corpus_spec['name']


@pytest.mark.xfail()
@pytest.mark.parametrize("corpus_object", CORPUS_TEST_DATA, ids=corpus_test_name)
def test_peace_imports(peace_test_settings, corpus_object):
parent_corpus = load_corpus_definition('peaceportal')
Expand Down

0 comments on commit a7aa308

Please sign in to comment.