Skip to content

Commit c3b51be

Browse files
committed
Merge branch 'refs/heads/apache-3.3' into 3.3.3-release
2 parents 6c6913e + 8e49668 commit c3b51be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dubbo-compatible/src/test/java/org/apache/dubbo/serialization/SerializationTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
import org.hamcrest.Matchers;
3030
import org.junit.jupiter.api.BeforeEach;
3131
import org.junit.jupiter.api.Test;
32+
import org.junit.jupiter.api.condition.DisabledOnOs;
33+
import org.junit.jupiter.api.condition.OS;
3234

3335
import static org.hamcrest.MatcherAssert.assertThat;
3436
import static org.hamcrest.Matchers.is;
@@ -74,6 +76,7 @@ void testObjectInput() throws IOException {
7476
}
7577

7678
@Test
79+
@DisabledOnOs(OS.WINDOWS) // Charset maynot UTF-8 on Windows JDK 8 ~ 17
7780
void testWriteUTF() throws IOException {
7881
myObjectOutput.writeUTF("Pace");
7982
myObjectOutput.writeUTF("和平");

0 commit comments

Comments
 (0)