Skip to content

Commit 05bebca

Browse files
authored
Merge branch 'master' into fix-dependabot-alert-14
2 parents 232f7b5 + 87d661a commit 05bebca

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tests/integ/test_debugger.py

+30
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ def actions():
7272
)
7373

7474

75+
@pytest.mark.skip(
76+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
77+
)
7578
def test_mxnet_with_rules(
7679
sagemaker_session,
7780
mxnet_training_latest_version,
@@ -137,6 +140,9 @@ def test_mxnet_with_rules(
137140
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
138141

139142

143+
@pytest.mark.skip(
144+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
145+
)
140146
def test_mxnet_with_rules_and_actions(
141147
sagemaker_session,
142148
mxnet_training_latest_version,
@@ -205,6 +211,9 @@ def test_mxnet_with_rules_and_actions(
205211
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
206212

207213

214+
@pytest.mark.skip(
215+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
216+
)
208217
def test_mxnet_with_custom_rule(
209218
sagemaker_session,
210219
mxnet_training_latest_version,
@@ -258,6 +267,9 @@ def test_mxnet_with_custom_rule(
258267
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
259268

260269

270+
@pytest.mark.skip(
271+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
272+
)
261273
def test_mxnet_with_custom_rule_and_actions(
262274
sagemaker_session,
263275
mxnet_training_latest_version,
@@ -312,6 +324,9 @@ def test_mxnet_with_custom_rule_and_actions(
312324
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
313325

314326

327+
@pytest.mark.skip(
328+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
329+
)
315330
def test_mxnet_with_debugger_hook_config(
316331
sagemaker_session,
317332
mxnet_training_latest_version,
@@ -463,6 +478,9 @@ def test_debug_hook_disabled_with_checkpointing(
463478
assert xg.debugger_hook_config is not None
464479

465480

481+
@pytest.mark.skip(
482+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
483+
)
466484
def test_mxnet_with_rules_and_debugger_hook_config(
467485
sagemaker_session,
468486
mxnet_training_latest_version,
@@ -535,6 +553,9 @@ def test_mxnet_with_rules_and_debugger_hook_config(
535553
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
536554

537555

556+
@pytest.mark.skip(
557+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
558+
)
538559
def test_mxnet_with_custom_rule_and_debugger_hook_config(
539560
sagemaker_session,
540561
mxnet_training_latest_version,
@@ -595,6 +616,9 @@ def test_mxnet_with_custom_rule_and_debugger_hook_config(
595616
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
596617

597618

619+
@pytest.mark.skip(
620+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
621+
)
598622
def test_mxnet_with_tensorboard_output_config(
599623
sagemaker_session,
600624
mxnet_training_latest_version,
@@ -640,6 +664,9 @@ def test_mxnet_with_tensorboard_output_config(
640664
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
641665

642666

667+
@pytest.mark.skip(
668+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
669+
)
643670
def test_mxnet_with_all_rules_and_configs(
644671
sagemaker_session,
645672
mxnet_training_latest_version,
@@ -715,6 +742,9 @@ def test_mxnet_with_all_rules_and_configs(
715742
_wait_and_assert_that_no_rule_jobs_errored(training_job=mx.latest_training_job)
716743

717744

745+
@pytest.mark.skip(
746+
reason="mxnet gluon data downloader issue blocking PR checks and release pipeline."
747+
)
718748
def test_mxnet_with_debugger_hook_config_disabled(
719749
sagemaker_session,
720750
mxnet_training_latest_version,

0 commit comments

Comments
 (0)