Skip to content

Commit

Permalink
skip example test that relies on unreleased lite code
Browse files Browse the repository at this point in the history
The examples use LightningLite syntax without the run method, which is only available in master
  • Loading branch information
awaelchli committed Dec 16, 2022
1 parent 0b3c3eb commit dd8c8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_examples_app/public/test_multi_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def on_before_run_once(self):
"train_pytorch.py",
"train_any.py",
"train_pytorch_spawn.py",
pytest.param("train_lite.py", marks=_SKIP_LIGHTNING_UNAVAILABLE),
# pytest.param("train_lite.py", marks=_SKIP_LIGHTNING_UNAVAILABLE),
pytest.param("train_lt_script.py", marks=_SKIP_LIGHTNING_UNAVAILABLE),
pytest.param("train_lt.py", marks=_SKIP_LIGHTNING_UNAVAILABLE),
],
Expand Down

0 comments on commit dd8c8d5

Please sign in to comment.