add distributed/_sharded_tensor/test_sharded_tensor to ROCM_BLOCKLIST (#63508)

Summary:
Fixes current ROCm CI test2 brokenness until tensorpipe is fully supported by ROCm.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/63508

Reviewed By: ejguan

Differential Revision: D30406450

Pulled By: walterddr

fbshipit-source-id: c07509271d5d33901f3eaf7ffb916dc3626e1f9a
This commit is contained in:
Jeff Daily 2021-08-19 07:49:43 -07:00 committed by Facebook GitHub Bot
parent e7c4988b52
commit be9be9bfdd

View File

@ -245,6 +245,7 @@ ROCM_BLOCKLIST = [
'distributed/rpc/test_faulty_agent',
'distributed/rpc/test_tensorpipe_agent',
'distributed/rpc/cuda/test_tensorpipe_agent',
'distributed/_sharded_tensor/test_sharded_tensor',
'test_determination',
'test_multiprocessing',
'test_jit_legacy',