This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new c4ee3ce066 temporarily disable each tests
c4ee3ce066 is described below
commit c4ee3ce0661eec7d633fc81281d79c8889b3dc66
Author: Paul King <[email protected]>
AuthorDate: Sat Apr 8 12:07:45 2023 +1000
temporarily disable each tests
---
src/test/org/codehaus/groovy/runtime/ArrayGroovyMethodsSTCTest.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/test/org/codehaus/groovy/runtime/ArrayGroovyMethodsSTCTest.groovy
b/src/test/org/codehaus/groovy/runtime/ArrayGroovyMethodsSTCTest.groovy
index e9fb0604da..ac2873d258 100644
--- a/src/test/org/codehaus/groovy/runtime/ArrayGroovyMethodsSTCTest.groovy
+++ b/src/test/org/codehaus/groovy/runtime/ArrayGroovyMethodsSTCTest.groovy
@@ -79,7 +79,7 @@ class ArrayGroovyMethodsSTCTest extends
StaticTypeCheckingTestCase {
assert array.any{ 0.0d == it.doubleValue() }
'''
}
-
+/*
void testEachForBooleanArray() {
assertScript '''
boolean[] array = [false, true, false]
@@ -151,7 +151,7 @@ class ArrayGroovyMethodsSTCTest extends
StaticTypeCheckingTestCase {
assert result == '0.01.02.0'
'''
}
-
+*/
void testEachWithIndexForBooleanArray() {
assertScript '''
boolean[] array = [false, true, false]