Skip to content

Commit

Permalink
Temporariuly disable TensorRT PostCommit suite
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Nov 1, 2024
1 parent 24a0447 commit 2c1e9aa
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 @@ -548,7 +548,8 @@ task mockAPITests {
// TODO: https://github.com/apache/beam/issues/22651
project.tasks.register("inferencePostCommitIT") {
dependsOn = [
'tensorRTtests',
// Temporarily disabled because of a container issue
// 'tensorRTtests',
'vertexAIInferenceTest',
'mockAPITests',
]
Expand Down

0 comments on commit 2c1e9aa

Please sign in to comment.