Skip to content

Commit

Permalink
Update sdks/python/apache_beam/ml/inference/onnx_inference_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn authored May 12, 2024
1 parent ae659c0 commit 0bc96e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from apache_beam.testing.util import assert_that
from apache_beam.testing.util import equal_to

if True: # appease lint
if bool(1): # lint doesn't like an unconditional `raise`.
raise unittest.SkipTest(
'TODO: fix https://github.com/apache/beam/issues/31254')

Expand Down

0 comments on commit 0bc96e1

Please sign in to comment.