File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,6 @@ pushd $E2E_DIR
9898 pytest_args+=(-m " canary or select_regions_1" )
9999 else
100100 pytest_args+=(-m " canary" )
101- pytest " ${pytest_args[@]} "
102101 fi
102+ pytest " ${pytest_args[@]} "
103103popd
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def create_sagemaker_resource(
4949 spec_file ,
5050 replacements ,
5151 namespace = "default" ,
52- wait_period = 3 ,
52+ wait_period = 6 ,
5353 period_length = 10 ,
5454):
5555 """
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ def pytest_configure(config):
2929 "markers" , "service(arg): mark test associated with a given service"
3030 )
3131 config .addinivalue_line ("markers" , "slow: mark test as slow to run" )
32+ config .addinivalue_line ("markers" , "select_regions_1: mark test to only run if in select region" )
3233
3334
3435def pytest_collection_modifyitems (config , items ):
You can’t perform that action at this time.
0 commit comments