We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6a83b commit 16c2591Copy full SHA for 16c2591
sagemaker-serve/tests/integ/test_optimize_integration.py
@@ -35,7 +35,7 @@
35
AWS_REGION = "us-east-2"
36
37
38
-@pytest.mark.slow_test
+@pytest.mark.skip(reason="Test takes too long to run")
39
def test_optimize_build_deploy_invoke_cleanup():
40
"""Integration test for Optimize workflow"""
41
logger.info("Starting Optimize integration test...")
0 commit comments