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
commit d7cb437399266d1a1902ae9ecd370f240336540d Author: Jacob Barrett <[email protected]> AuthorDate: Wed Aug 18 14:47:32 2021 -0700 GEODE-9356: Fixes test path. --- 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 21653ab..8aa5b4d 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("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:
