File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ mlflow==1.30.1 # Pinned to speed up installation
1212pytest-xdist==3.3.1 # Pinned to unbreak unit tests
1313ray==2.4.0 # Pinned until 2.9.3 is verified for Ray tests
1414ipython==8.22.2 # Pinned to unbreak TypeAliasType import error
15+ scikit-learn!=1.4.1.post1 # Pin to unbreak test_sklearn (b/332610038)
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments