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
98
98
pytest_args+=(-m " canary or select_regions_1" )
99
99
else
100
100
pytest_args+=(-m " canary" )
101
- pytest " ${pytest_args[@]} "
102
101
fi
102
+ pytest " ${pytest_args[@]} "
103
103
popd
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def create_sagemaker_resource(
49
49
spec_file ,
50
50
replacements ,
51
51
namespace = "default" ,
52
- wait_period = 3 ,
52
+ wait_period = 6 ,
53
53
period_length = 10 ,
54
54
):
55
55
"""
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ def pytest_configure(config):
29
29
"markers" , "service(arg): mark test associated with a given service"
30
30
)
31
31
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" )
32
33
33
34
34
35
def pytest_collection_modifyitems (config , items ):
You can’t perform that action at this time.
0 commit comments