This is an automated email from the ASF dual-hosted git repository.
aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new a1687d9 Remove redundant testLogging etc. (FINERACT-1209)
a1687d9 is described below
commit a1687d974bc83a495772c2ddd0c7d4e629fb267d
Author: Michael Vorburger <[email protected]>
AuthorDate: Mon Nov 2 10:25:46 2020 +0100
Remove redundant testLogging etc. (FINERACT-1209)
because https://github.com/apache/fineract/pull/1477/files
moved this from fineract-provider/build.gradle to the root ./build.gradle
so it's inherited.
---
integration-tests/build.gradle | 7 -------
1 file changed, 7 deletions(-)
diff --git a/integration-tests/build.gradle b/integration-tests/build.gradle
index 68a9f29..da6adba 100644
--- a/integration-tests/build.gradle
+++ b/integration-tests/build.gradle
@@ -61,13 +61,6 @@ cargoStartLocal.dependsOn ':fineract-provider:war'
cargoStartLocal.mustRunAfter 'testClasses'
test {
- useJUnitPlatform()
- testLogging {
- // FINERACT-927
- events 'skipped', 'failed'
- showStandardStreams = false
- exceptionFormat 'full'
- }
dependsOn cargoStartLocal
finalizedBy cargoStopLocal
}