mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 19:03:28 +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>
19 lines
863 B
Diff
19 lines
863 B
Diff
FAILED: test.hook.HookableTest.tesFailuresFromCallbackInvocationSkipsCanBeDisabledViaJVMArgs(class test.hook.samples.CallBackSample$TestCallBackSkipTestCase, 1)
|
|
GITHUB-2818
|
|
org.opentest4j.AssertionFailedError:
|
|
expected: 1
|
|
but was: 0
|
|
at test.hook.HookableTest.tesFailuresFromCallbackInvocationSkipsCanBeDisabledViaJVMArgs(HookableTest.java:209)
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
|
|
|
|
--- a/testng-core/src/test/java/test/hook/HookableTest.java
|
|
+++ b/testng-core/src/test/java/test/hook/HookableTest.java
|
|
@@ -198,7 +198,7 @@ public class HookableTest extends SimpleBaseTest {
|
|
assertions.assertAll();
|
|
}
|
|
|
|
- @Test(description = "GITHUB-2818", dataProvider = "callback")
|
|
+ @Test(enabled = false)
|
|
public void tesFailuresFromCallbackInvocationSkipsCanBeDisabledViaJVMArgs(
|
|
Class<?> cls, int expected) {
|
|
try {
|