Skip to content

Commit 863e4e7

Browse files
emilyfertigGoogle-ML-Automation
authored andcommitted
Remove multiprocess tests from TPU presubmit due to latency.
They still run in CI. PiperOrigin-RevId: 842313199
1 parent 6cb91ed commit 863e4e7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/run_bazel_test_tpu.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@ else
227227
//tests:layout_test_tpu \
228228
//tests:pjit_test_tpu \
229229
//tests:python_callback_test_tpu \
230-
//tests:ragged_collective_test_tpu \
231-
//tests/multiprocess:tpu_tests \
232-
$IGNORE_TESTS_MULTIACCELERATOR
230+
//tests:ragged_collective_test_tpu
233231

234232
# Store the return value of the second bazel command.
235233
second_bazel_cmd_retval=$?

0 commit comments

Comments
 (0)