Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def test_benchmark_workflow_end_to_end():


@pytest.mark.slow_test
@pytest.mark.gpu_intensive
def test_recommendation_workflow_end_to_end():
"""Run an AI recommendation via generate_deployment_recommendations and deploy the top recommendation."""
logger.info("Starting AI inference recommender recommendation integration test...")
Expand Down
1 change: 1 addition & 0 deletions sagemaker-serve/tests/integ/test_jumpstart_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@


@pytest.mark.slow_test
@pytest.mark.gpu_intensive
def test_jumpstart_build_deploy_invoke_cleanup():
"""Integration test for JumpStart model build, deploy, invoke, and cleanup workflow"""
logger.info("Starting JumpStart integration test...")
Expand Down
Loading