Skip to content

Commit

Permalink
Add issue link to disabled TensorRT integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Nov 11, 2024
1 parent 2488ca1 commit a90a100
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdks/python/test-suites/dataflow/common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit a90a100

Please sign in to comment.