Skip to content

Commit 650dca1

Browse files
authored
infra: remove canary_quick pytest mark (#1919)
1 parent e912853 commit 650dca1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
tox -e py27,py36,py37,py38 -- tests/unit
2222

2323
# run a subset of the integration tests
24-
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -k "not byo_airflow_config_uploads_data_source_to_s3_when_inputs_provided" -n 64 --boxed --reruns 2
24+
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2
2525

2626
# generate the distribution package
2727
- python3 setup.py sdist

tests/integ/test_airflow_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
SINGLE_INSTANCE_COUNT = 1
6868

6969

70-
@pytest.mark.canary_quick
7170
def test_byo_airflow_config_uploads_data_source_to_s3_when_inputs_provided(
7271
sagemaker_session, cpu_instance_type
7372
):

0 commit comments

Comments
 (0)