Skip to content

Commit 45dac92

Browse files
authored
Revert "Skip temporarily to revert it (#1087)"
This reverts commit caa2d9b.
1 parent caa2d9b commit 45dac92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dlc_tests/sanity/test_pre_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def _run_dependency_check_test(image, ec2_connection, processor):
272272
@pytest.mark.model("N/A")
273273
@pytest.mark.canary("Run dependency tests regularly on production images")
274274
@pytest.mark.parametrize("ec2_instance_type", ["c5.4xlarge"], indirect=True)
275-
@pytest.mark.skipif(not (is_nightly_context() or (is_canary_context() and is_time_for_canary_safety_scan())),
275+
@pytest.mark.skipif(not (is_nightly_context() or is_mainline_context() or (is_canary_context() and is_time_for_canary_safety_scan())),
276276
reason="Do not run dependency check on PR tests. "
277277
"Executing test in canaries pipeline during only a limited period of time."
278278
)
@@ -283,7 +283,7 @@ def test_dependency_check_cpu(cpu, ec2_connection):
283283
@pytest.mark.model("N/A")
284284
@pytest.mark.canary("Run dependency tests regularly on production images")
285285
@pytest.mark.parametrize("ec2_instance_type", ["p3.2xlarge"], indirect=True)
286-
@pytest.mark.skipif(not (is_nightly_context() or (is_canary_context() and is_time_for_canary_safety_scan())),
286+
@pytest.mark.skipif(not (is_nightly_context() or is_mainline_context() or (is_canary_context() and is_time_for_canary_safety_scan())),
287287
reason="Do not run dependency check on PR tests. "
288288
"Executing test in canaries pipeline during only a limited period of time."
289289
)

0 commit comments

Comments
 (0)