Skip to content

Commit

Permalink
Skip failing pandera guide test
Browse files Browse the repository at this point in the history
  • Loading branch information
smackesey committed Feb 20, 2024
1 parent 22cb869 commit b65cdb8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def test_job_2_no_clean_fails():
job_2.execute_in_process()


# Unskip when this is resolved: https://github.com/unionai-oss/pandera/issues/1500
@pytest.skip("Test is broken by second order dependency of pandera")
@pytest.mark.usefixtures("in_tmpdir")
def test_job_2_no_clean_succeeds():
assert job_2.execute_in_process(
Expand Down

0 comments on commit b65cdb8

Please sign in to comment.