Skip to content

Commit c1c4ccd

Browse files
committed
Update
[ghstack-poisoned]
1 parent 58e7146 commit c1c4ccd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/test/suite/operators/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def _test_op(
171171
if run_summary.result.is_backend_failure():
172172
raise RuntimeError("Test failure.") from run_summary.error
173173
else:
174-
raise RuntimeError("Test: " + str(run_summary))
175174
# Non-backend failure indicates a bad test. Mark as skipped.
176175
raise unittest.SkipTest(
177176
f"Test failed for reasons other than backend failure. Error: {run_summary.error}"

0 commit comments

Comments
 (0)