Skip to content

Commit 16c2591

Browse files
authored
Skip optimize test (#5342)
1 parent ed6a83b commit 16c2591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-serve/tests/integ/test_optimize_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
AWS_REGION = "us-east-2"
3636

3737

38-
@pytest.mark.slow_test
38+
@pytest.mark.skip(reason="Test takes too long to run")
3939
def test_optimize_build_deploy_invoke_cleanup():
4040
"""Integration test for Optimize workflow"""
4141
logger.info("Starting Optimize integration test...")

0 commit comments

Comments
 (0)