Skip to content

Commit 596bcdd

Browse files
vjaganat90Vasu Jaganath
andauthored
remove known failing test due to broken public download URL (PolusAI#264)
Co-authored-by: Vasu Jaganath <[email protected]>
1 parent 79874be commit 596bcdd

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

examples/config_ci.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,21 @@
7272
// Skip vs_demo_4 and run_diffdock so we don't accidentally DOS pdbbind.org.cn
7373
"vs_demo_4",
7474
"run_diffdock",
75-
"openfold"
75+
"openfold",
76+
// Removing this test because it still tries to download from pdbbind,org.cn
77+
// That orgnainzation no longer has the previous public URL (need a login)
78+
// the best solution would be to manually download the data
79+
// and ask their permission to use it in our CI (Self-hosted)
80+
// And also removing it from "run_weekly" group
81+
"docking_rescoring",
82+
"docking_rescoring_weekly"
7683
],
7784
// Run computationally intensive stress tests weekly.
7885
// e.g. these workflows should scatter over much larger input arrays.
7986
"run_weekly": [
8087
"vs_demo_2_weekly",
8188
"vs_demo_3_weekly",
8289
"vs_demo_4_weekly",
83-
"docking_rescoring_weekly",
8490
"run_diffdock_weekly"
8591
]
86-
}
92+
}

0 commit comments

Comments
 (0)