Skip to content

Commit

Permalink
Skip broken pytorch lightning tests
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Firshman <[email protected]>
  • Loading branch information
bfirsh committed Mar 11, 2021
1 parent fe817e2 commit a1cf8e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/tests/test_pl_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def validation_step(self, batch, batch_idx):
return loss


@pytest.mark.skip("https://github.com/replicate/keepsake/issues/551")
def test_pl_callback_no_validation(temp_workdir):
with open("keepsake.yaml", "w") as f:
f.write("repository: file://.keepsake/")
Expand Down Expand Up @@ -132,6 +133,7 @@ def test_pl_callback_no_validation(temp_workdir):
assert os.path.exists(".keepsake/checkpoints/" + chkp_meta["id"] + ".tar.gz")


@pytest.mark.skip("https://github.com/replicate/keepsake/issues/551")
def test_pl_callback_with_validation(temp_workdir):
with open("keepsake.yaml", "w") as f:
f.write("repository: file://.keepsake/")
Expand Down

0 comments on commit a1cf8e5

Please sign in to comment.