Skip to content

Commit 60c4f79

Browse files
authored
Skip test that checks runtime error. (#2167)
1 parent 3823896 commit 60c4f79

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sudo apt-get install -qq nodejs
7272
# XLA build requires Bazel
7373
# We use bazelisk to avoid updating Bazel version manually.
7474
sudo npm install -g @bazel/bazelisk
75-
sudo ln -s "$(command -v bazelisk)" /usr/bin/bazel
75+
sudo ln -sf "$(command -v bazelisk)" /usr/bin/bazel
7676

7777
# Install bazels3cache for cloud cache
7878
sudo npm install -g bazels3cache

test/torch_test_meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
'test_lobpcg_scipy',
101101
'test_lobpcg_torchscript',
102102
'test_storage_device', # storage
103+
'test_strided_mismatched_stride_shape', # check runtime error
103104
'test_roll',
104105
'test_resize_as_all_dtypes_and_devices', # uses half
105106
'test_resize_all_dtypes_and_devices', # uses half

0 commit comments

Comments
 (0)