Skip to content

Commit

Permalink
exactly specify excluded distributed/pipeline/sync tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jfgrimm authored Feb 2, 2024
1 parent 16b2044 commit bf06a6c
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,12 @@ excluded_tests = {
'distributed/rpc/test_tensorpipe_agent',
# failures on OmniPath systems, which don't support some optional InfiniBand features
# See https://github.com/pytorch/tensorpipe/issues/413
'distributed/pipeline/sync',
'distributed/pipeline/sync/skip/test_gpipe',
'distributed/pipeline/sync/skip/test_leak',
'distributed/pipeline/sync/test_bugs',
'distributed/pipeline/sync/test_inplace',
'distributed/pipeline/sync/test_pipe',
'distributed/pipeline/sync/test_transparency',
]
}

Expand Down

0 comments on commit bf06a6c

Please sign in to comment.