File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
test/dlc_tests/eks/pytorch/training Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 1818LOGGER = 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" )
2723def 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" )
You can’t perform that action at this time.
0 commit comments