We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f752b47 commit 052d3e7Copy full SHA for 052d3e7
org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java
@@ -69,8 +69,8 @@ public void tearDown() {
69
LocaleContextHolder.setLocale(null);
70
}
71
72
- // TODO [SPR-8178] determine why changes to GenericConversionService broke this test
73
- @Ignore("Disabled until SPR-8178 is resolved")
+ // TODO [SPR-8718] determine why changes to GenericConversionService broke this test
+ @Ignore("Disabled until SPR-8718 is resolved")
74
@Test
75
public void testDefaultNumberFormatting() {
76
MutablePropertyValues propertyValues = new MutablePropertyValues();
0 commit comments