This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 6cf3c9e GEODE-9356: Disabled netcore-tests until working.
6cf3c9e is described below
commit 6cf3c9e51d74021fac741e20ec55204b02215c28
Author: Jacob Barrett <[email protected]>
AuthorDate: Wed Aug 18 16:27:40 2021 -0700
GEODE-9356: Disabled netcore-tests until working.
---
ci/lib/templates.lib.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ci/lib/templates.lib.yml b/ci/lib/templates.lib.yml
index 8aa5b4d..ca46abf 100644
--- a/ci/lib/templates.lib.yml
+++ b/ci/lib/templates.lib.yml
@@ -222,7 +222,7 @@ plan:
- #@ remote_task("net-integration-tests", config.config,
ctest_bash_task("build/clicache/integration-test2"), "1h", build.params)
- #@ remote_task("net-legacy-integration-tests", config.config,
ctest_bash_task("build/clicache/integration-test", timeout=500, parallel=4),
"2h", build.params)
#@ end
- - #@ remote_task("netcore-tests", config.config,
dotnet_bash_task("source/netcore/NetCore.Test"), "10m", build.params)
+#! - #@ remote_task("netcore-tests", config.config,
dotnet_bash_task("source/netcore/NetCore.Test"), "10m", build.params)
on_failure:
in_parallel:
steps: