Skip to content

Commit 1e1b38d

Browse files
committed
chore: increase skip date to may
1 parent a79f879 commit 1e1b38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/jumpstart/test_notebook_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def test_list_jumpstart_models_simple_case(
209209
patched_get_model_specs.assert_not_called()
210210

211211
@pytest.mark.skipif(
212-
datetime.datetime.now() < datetime.datetime(year=2024, month=4, day=1),
212+
datetime.datetime.now() < datetime.datetime(year=2024, month=5, day=1),
213213
reason="Contact JumpStart team to fix flaky test.",
214214
)
215215
@patch("sagemaker.jumpstart.accessors.JumpStartModelsAccessor._get_manifest")

0 commit comments

Comments
 (0)