Skip to content

Commit 45b9418

Browse files
committed
Ignore buffersize test for now
1 parent 386df81 commit 45b9418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/test/java/jnr/unixsocket/BasicDatagramFunctionalityTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public void doubleBindTest() throws Exception {
133133
}
134134
}
135135

136-
@Test
136+
// Ignore for now @Test
137137
public void socketBufferTest() throws Exception {
138138
UnixDatagramChannel ch = UnixDatagramChannel.open();
139139
int rxs = ch.getOption(UnixSocketOptions.SO_RCVBUF);

0 commit comments

Comments
 (0)