File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/test/java/com/github/dockerjava/netty/exec Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 1010import java .io .PipedInputStream ;
1111import java .io .PipedOutputStream ;
1212import java .lang .reflect .Method ;
13- import java .util .Locale ;
1413
1514import org .testng .ITestResult ;
16- import org .testng .SkipException ;
1715import org .testng .annotations .AfterMethod ;
1816import org .testng .annotations .AfterTest ;
1917import org .testng .annotations .BeforeMethod ;
@@ -32,10 +30,6 @@ public class AttachContainerCmdExecTest extends AbstractNettyDockerClientTest {
3230
3331 @ BeforeTest
3432 public void beforeTest () throws Exception {
35- // io.netty.channel.epollNative#loadNativeLibrary only support Linux
36- if (!System .getProperty ("os.name" ).toLowerCase (Locale .UK ).trim ().startsWith ("linux" )) {
37- throw new SkipException ("only support Linux" );
38- }
3933 super .beforeTest ();
4034 }
4135
You can’t perform that action at this time.
0 commit comments