Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
update skipif
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikb11 committed Mar 22, 2021
1 parent 5eb51c6 commit bbb947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def test_task_datapipeline_save(tmpdir):
assert task.data_pipeline.test


@pytest.skipif(reason="Weights have changed")
@pytest.mark.skipif(reason="Weights have changed")
@pytest.mark.parametrize(
["cls", "filename"],
[
Expand Down

0 comments on commit bbb947e

Please sign in to comment.