Skip to content

Commit 7c85a97

Browse files
authored
temporarily disable test_dist_se_resnext for oom (#12290)
1 parent 5ebbfaa commit 7c85a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/test_dist_se_resnext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def _wait_ps_ready(self, pid):
5656
except os.error:
5757
retry_times -= 1
5858

59-
def test_with_place(self):
59+
def non_test_with_place(self):
6060
# *ATTENTION* THIS TEST NEEDS AT LEAST 2GPUS TO RUN
6161
required_envs = {
6262
"PATH": os.getenv("PATH"),

0 commit comments

Comments
 (0)