Skip to content

Commit 97be92c

Browse files
authored
Enable eks pytorch single node training test on mainline (#5246)
* do not skip eks test on mainline & remove redundant skip
1 parent 00da18a commit 97be92c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/dlc_tests/eks/pytorch/training/test_eks_pytorch_training.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
LOGGER = eks_utils.LOGGER
1919

2020

21-
@pytest.mark.skipif(
22-
not is_pr_context(),
23-
reason="Skip this test. It is already tested under PR context and we do not have enough resouces to test it again on mainline pipeline",
24-
)
2521
@pytest.mark.model("mnist")
2622
@pytest.mark.team("conda")
2723
def test_eks_pytorch_single_node_training(pytorch_training):
@@ -98,9 +94,6 @@ def test_eks_pytorch_single_node_training(pytorch_training):
9894
run("kubectl delete pods {}".format(pod_name))
9995

10096

101-
@pytest.mark.skipif(
102-
not is_pr_context(), reason="Skip this test. It is already tested under PR context"
103-
)
10497
@pytest.mark.skip("DGL binaries are not installed in DLCs by default")
10598
@pytest.mark.integration("dgl")
10699
@pytest.mark.model("gcn")

0 commit comments

Comments
 (0)