Skip to content

Commit fedd74e

Browse files
committed
change: add new argument enable_remote_debug to skip set of test_jumpstart_estimator_kwargs_match_parent_class
1 parent 3045259 commit fedd74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/jumpstart/estimator/test_estimator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def test_jumpstart_estimator_kwargs_match_parent_class(self):
977977
Please add the new argument to the skip set below,
978978
and reach out to JumpStart team."""
979979

980-
init_args_to_skip: Set[str] = set(["kwargs"])
980+
init_args_to_skip: Set[str] = set(["kwargs", "enable_remote_debug"])
981981
fit_args_to_skip: Set[str] = set()
982982
deploy_args_to_skip: Set[str] = set(["kwargs"])
983983

0 commit comments

Comments
 (0)