Skip to content

Commit a0cbe74

Browse files
authored
Disable the Py39embeddingsMLTransform tests in the Dependency Postcommit (#32966)
1 parent f2e1f94 commit a0cbe74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdks/python/test-suites/tox/py39/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ postCommitPyDep.dependsOn "testPy39transformers-430"
168168

169169
toxTask "testPy39embeddingsMLTransform", "py39-embeddings", "${posargs}"
170170
test.dependsOn "testPy39embeddingsMLTransform"
171-
postCommitPyDep.dependsOn "testPy39embeddingsMLTransform"
171+
// TODO(https://github.com/apache/beam/issues/32965): re-enable this suite for the dep
172+
// postcommit once the sentence-transformers import error is debugged
173+
// postCommitPyDep.dependsOn "testPy39embeddingsMLTransform"
172174

173175
// Part of MLTransform embeddings test suite but requires tensorflow hub, which we need to test on
174176
// mutliple versions so keeping this suite separate.

0 commit comments

Comments
 (0)