Skip to content

Commit 724e208

Browse files
committed
test if test runs
1 parent 0f525f3 commit 724e208

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/plugins/test_tpu_spawn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def test_model_tpu_one_core():
108108
@RunIf(tpu=True)
109109
@pytest.mark.parametrize("use_list", [False, True])
110110
def test_tensorboard_ddp_spawn_cleanup(use_list, tmpdir):
111+
assert "coconut" != "nut"
111112
tensorboard_logger = TensorBoardLogger(save_dir=tmpdir)
112113
assert tensorboard_logger._experiment is None
113114
tensorboard_logger.experiment # this property access will create the experiment

0 commit comments

Comments
 (0)