Skip to content

Commit

Permalink
Separate interfering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Sep 14, 2021
1 parent 0ff39bb commit 041fa40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,9 @@ def test_role_run_abs():
assert rc == 0


# FIXME: This test interferes with test_role_logfile_abs. Marking it as serial so it is executed
# in a separate test run.
@pytest.mark.serial
def test_role_logfile(skipif_pre_ansible28, clear_integration_artifacts, tmp_path):
logfile = tmp_path.joinpath('test_role_logfile')
rc = main(['run', '-r', 'benthomasson.hello_role',
Expand Down

0 comments on commit 041fa40

Please sign in to comment.