Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Nov 5, 2021
1 parent 9887daa commit cd5508a
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -105,13 +105,6 @@ void testMultipleMessageSourceCreated() {
});
}

@Test
void testBadEncoding() {
// Bad encoding just means the messages are ignored
this.contextRunner.withPropertyValues("spring.messages.encoding:rubbish")
.run((context) -> assertThat(context.getMessage("foo", null, "blah", Locale.UK)).isEqualTo("blah"));
}

@Test
@Disabled("Expected to fail per gh-1075")
void testMessageSourceFromPropertySourceAnnotation() {
Expand Down

0 comments on commit cd5508a

Please sign in to comment.