Skip to content

Commit e635f61

Browse files
committed
Merge remote-tracking branch 'upstream/main' into enable-cloudwatch-canary
2 parents 792409d + de6ca75 commit e635f61

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

test/canary/scripts/run_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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[@]}"
103103
popd

test/e2e/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
"""

test/e2e/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

3435
def pytest_collection_modifyitems(config, items):

0 commit comments

Comments
 (0)