mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-21 02:42:18 +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>
20 lines
1 KiB
Diff
20 lines
1 KiB
Diff
FAILED: test.reports.FailedReporterTest.testParameterPreservationWithFactory
|
|
ISSUE-2445
|
|
java.lang.AssertionError:
|
|
Expecting actual:
|
|
Expected number of attributes '6' but was '5' - comparing <suite...> at /suite[1] to <suite...> at /suite[1]
|
|
to match '!it.hasDifferences()' predicate.
|
|
at test.reports.FailedReporterTest.testParameterPreservationWithFactory(FailedReporterTest.java:141)
|
|
at java.base/java.util.ArrayList.forEach(ArrayList.java:1604)
|
|
|
|
--- a/testng-core/src/test/java/test/reports/FailedReporterTest.java
|
|
+++ b/testng-core/src/test/java/test/reports/FailedReporterTest.java
|
|
@@ -116,7 +116,7 @@ public class FailedReporterTest extends SimpleBaseTest {
|
|
Assert.assertEquals("44", failedClass.getAllParameters().get("p"));
|
|
}
|
|
|
|
- @Test(description = "ISSUE-2445")
|
|
+ @Test(enabled = false )
|
|
public void testParameterPreservationWithFactory() throws IOException {
|
|
final SuiteXmlParser parser = new SuiteXmlParser();
|
|
final String testSuite = "src/test/resources/xml/github2445/test-suite.xml";
|