Skip to content

Commit 2e062b7

Browse files
authored
infra: remove canary_quick pytest mark from flaky/unnecessary tests (#2162)
* infra: remove canary_quick pytest mark from flaky/unnecessary tests * remove another mark
1 parent 51c5344 commit 2e062b7

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

tests/integ/test_airflow_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ def test_rcf_airflow_config_uploads_data_source_to_s3(sagemaker_session, cpu_ins
402402
)
403403

404404

405-
@pytest.mark.canary_quick
406405
def test_chainer_airflow_config_uploads_data_source_to_s3(
407406
sagemaker_local_session, cpu_instance_type, chainer_latest_version, chainer_latest_py_version
408407
):
@@ -476,7 +475,6 @@ def test_mxnet_airflow_config_uploads_data_source_to_s3(
476475
)
477476

478477

479-
@pytest.mark.canary_quick
480478
def test_sklearn_airflow_config_uploads_data_source_to_s3(
481479
sagemaker_session,
482480
cpu_instance_type,

tests/integ/test_chainer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def test_training_with_additional_hyperparameters(
7070
chainer.fit({"train": train_input, "test": test_input})
7171

7272

73-
@pytest.mark.canary_quick
7473
def test_attach_deploy(
7574
sagemaker_session, chainer_latest_version, chainer_latest_py_version, cpu_instance_type
7675
):

tests/integ/test_debugger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ def test_mxnet_with_tensorboard_output_config(
528528
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
529529

530530

531-
@pytest.mark.canary_quick
532531
def test_mxnet_with_all_rules_and_configs(
533532
sagemaker_session,
534533
mxnet_training_latest_version,

tests/integ/test_mxnet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ def test_deploy_model_and_update_endpoint(
305305
assert new_config["ProductionVariants"][0]["InitialInstanceCount"] == 1
306306

307307

308-
@pytest.mark.canary_quick
309308
@pytest.mark.skipif(
310309
tests.integ.test_region() not in tests.integ.EI_SUPPORTED_REGIONS,
311310
reason="EI isn't supported in that specific region.",

0 commit comments

Comments
 (0)