diff --git a/examples/config_ci.json b/examples/config_ci.json index 467efbd..58b734f 100644 --- a/examples/config_ci.json +++ b/examples/config_ci.json @@ -72,7 +72,14 @@ // Skip vs_demo_4 and run_diffdock so we don't accidentally DOS pdbbind.org.cn "vs_demo_4", "run_diffdock", - "openfold" + "openfold", + // Removing this test because it still tries to download from pdbbind,org.cn + // That orgnainzation no longer has the previous public URL (need a login) + // the best solution would be to manually download the data + // and ask their permission to use it in our CI (Self-hosted) + // And also removing it from "run_weekly" group + "docking_rescoring", + "docking_rescoring_weekly" ], // Run computationally intensive stress tests weekly. // e.g. these workflows should scatter over much larger input arrays. @@ -80,7 +87,6 @@ "vs_demo_2_weekly", "vs_demo_3_weekly", "vs_demo_4_weekly", - "docking_rescoring_weekly", "run_diffdock_weekly" ] -} \ No newline at end of file +}