Skip to content

Commit d1b3e15

Browse files
committed
Skip test
1 parent 56eb554 commit d1b3e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/callbacks/test_pruning.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def test_pruning_callback_ddp(tmpdir, parameters_to_prune, use_global_unstructur
174174
)
175175

176176

177+
@pytest.mark.skip(reason="TODO: Possible cause of segfaults in CI")
177178
@RunIf(min_gpus=2, skip_windows=True)
178179
def test_pruning_callback_ddp_spawn(tmpdir):
179180
train_with_pruning_callback(

0 commit comments

Comments
 (0)