This is an automated email from the ASF dual-hosted git repository.
ibessonov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new dfd111047e IGNITE-20200 Revert PR #2442 (#2569)
dfd111047e is described below
commit dfd111047e7f4a59cf9c9bee3945f2639b714d6a
Author: Ivan Bessonov <[email protected]>
AuthorDate: Mon Sep 11 16:07:53 2023 +0300
IGNITE-20200 Revert PR #2442 (#2569)
This reverts commit 027bdd16819ff8a6d811b6cba836652b28592e0b.
---
buildscripts/java-core.gradle | 2 --
1 file changed, 2 deletions(-)
diff --git a/buildscripts/java-core.gradle b/buildscripts/java-core.gradle
index 52c72513f4..36d414eff0 100644
--- a/buildscripts/java-core.gradle
+++ b/buildscripts/java-core.gradle
@@ -29,8 +29,6 @@ java {
}
test {
- ignoreFailures = true
-
finalizedBy(jacocoTestReport)
}