Skip to content

Commit

Permalink
Disable the Py39embeddingsMLTransform tests in the Dependency Postcom…
Browse files Browse the repository at this point in the history
…mit (#32966)
  • Loading branch information
jrmccluskey authored Oct 29, 2024
1 parent f2e1f94 commit a0cbe74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdks/python/test-suites/tox/py39/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,9 @@ postCommitPyDep.dependsOn "testPy39transformers-430"

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

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

0 comments on commit a0cbe74

Please sign in to comment.