diff --git a/sdks/python/test-suites/tox/py38/build.gradle b/sdks/python/test-suites/tox/py38/build.gradle index 208a1d9d39ca..4c4f35644ade 100644 --- a/sdks/python/test-suites/tox/py38/build.gradle +++ b/sdks/python/test-suites/tox/py38/build.gradle @@ -120,11 +120,10 @@ toxTask "testPy38tft-113", "py38-tft-113", "${posargs}" test.dependsOn "testPy38tft-113" preCommitPyCoverage.dependsOn "testPy38tft-113" -// TODO(https://github.com/apache/beam/issues/25796) - uncomment onnx tox task once onnx supports protobuf 4.x.x // Create a test task for each minor version of onnx -// toxTask "testPy38onnx-113", "py38-onnx-113", "${posargs}" -// test.dependsOn "testPy38onnx-113" -// preCommitPyCoverage.dependsOn "testPy38onnx-113" +toxTask "testPy38onnx-113", "py38-onnx-113", "${posargs}" +test.dependsOn "testPy38onnx-113" +preCommitPyCoverage.dependsOn "testPy38onnx-113" // Create a test task for each minor version of tensorflow toxTask "testPy38tensorflow-212", "py38-tensorflow-212", "${posargs}" test.dependsOn "testPy38tensorflow-212"