Skip to content

Commit d0585e8

Browse files
happy-qiaocopybara-github
authored andcommitted
chore: Disable failed test cases due to sdk2.0 known issue
PiperOrigin-RevId: 621632653
1 parent b8b42a3 commit d0585e8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

testing/constraints-3.10.txt

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ mlflow==1.30.1 # Pinned to speed up installation
1212
pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1313
ray==2.4.0 # Pinned until 2.9.3 is verified for Ray tests
1414
ipython==8.22.2 # Pinned to unbreak TypeAliasType import error
15+
scikit-learn!=1.4.1.post1 # Pin to unbreak test_sklearn (b/332610038)

tests/system/vertexai/test_tensorflow.py

+4
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ class TestRemoteExecutionTensorflow(e2e_base.TestEndToEnd):
6262

6363
_temp_prefix = "temp-vertexai-remote-execution"
6464

65+
# TODO(b/313893962): Re-enable after fixing the broken test.
66+
@pytest.mark.skip(
67+
reason="Known issue for removing tensorflow from the top level imports."
68+
)
6569
def test_remote_execution_keras(self, shared_state):
6670
# Initialize vertexai
6771
vertexai.init(

0 commit comments

Comments
 (0)