mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-20 00:48:23 +00:00
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://github.com/gentoo/gentoo/pull/44266 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
21 lines
1.1 KiB
Diff
21 lines
1.1 KiB
Diff
FAILED: test.groovy.GroovyTest.groovyInternalMethodsAreSkipped
|
|
GITHUB-2360
|
|
groovy.lang.MissingPropertyException: No such property: Issue2360Sample for class: test.groovy.GroovyTest
|
|
at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:65)
|
|
at org.codehaus.groovy.vmplugin.v8.IndyGuardsFiltersAndSignatures.unwrap(IndyGuardsFiltersAndSignatures.java:160)
|
|
at org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache(IndyInterface.java:318)
|
|
at test.groovy.GroovyTest.groovyInternalMethodsAreSkipped(GroovyTest.groovy:18)
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
|
|
... Removed 24 stack frames
|
|
|
|
--- a/testng-core/src/test/groovy/test/groovy/GroovyTest.groovy
|
|
+++ b/testng-core/src/test/groovy/test/groovy/GroovyTest.groovy
|
|
@@ -13,7 +13,7 @@ import static org.assertj.core.api.Assertions.assertThat
|
|
|
|
class GroovyTest extends SimpleBaseTest {
|
|
|
|
- @Test(description = "GITHUB-2360")
|
|
+ @Test(enabled = false)
|
|
void groovyInternalMethodsAreSkipped() {
|
|
def tng = create Issue2360Sample
|
|
def testMethodNames = []
|