diff --git a/sdks/python/test-suites/dataflow/common.gradle b/sdks/python/test-suites/dataflow/common.gradle index cd0db4a62f77..a14b4ea6b0f0 100644 --- a/sdks/python/test-suites/dataflow/common.gradle +++ b/sdks/python/test-suites/dataflow/common.gradle @@ -593,7 +593,8 @@ task mockAPITests { // TODO: https://github.com/apache/beam/issues/22651 project.tasks.register("inferencePostCommitIT") { dependsOn = [ - // Temporarily disabled because of a container issue + // TODO(https://github.com/apache/beam/issues/33078): restore the tensorRT tests once the staged + // model is fixed. // 'tensorRTtests', 'vertexAIInferenceTest', 'mockAPITests',