From ed11e2536ab576cb1b0b8da893ffba04e830134e Mon Sep 17 00:00:00 2001 From: Yunus Rahbar Date: Thu, 5 Mar 2020 11:13:52 -0800 Subject: [PATCH] [pytorch_ci] Skip determination tests in rocm Summary: I don't know why, but this segfaults on rocm. Test Plan: Can only be tested on master Reviewed By: mrshenli Differential Revision: D20286011 fbshipit-source-id: dde952449bf54ae459d36020f3e3db6fa087b39f --- test/run_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run_test.py b/test/run_test.py index 8c18a30fee5..616a8143425 100755 --- a/test/run_test.py +++ b/test/run_test.py @@ -108,6 +108,7 @@ ROCM_BLACKLIST = [ 'distributed/rpc/test_dist_optimizer_spawn', 'distributed/rpc/jit/test_rpc_spawn', 'distributed/rpc/jit/test_dist_autograd_spawn', + 'test_determination', ] # These tests are slow enough that it's worth calculating whether the patch