Skip to content

Commit bfffeed

Browse files
committed
Include test that requires JDK 9
1 parent 2f33fd0 commit bfffeed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-samples/spring-boot-sample-tomcat-http2/src/test/java/sample/tomcat/http2/SampleTomcatHttp2ApplicationTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import okhttp3.Request;
3434
import okhttp3.Response;
3535
import org.junit.Before;
36-
import org.junit.Ignore;
3736
import org.junit.Test;
3837
import org.junit.runner.RunWith;
3938

@@ -87,7 +86,6 @@ public void testHttp11() throws Exception {
8786
* This only works when both tomcat-native is in PATH <em>and</em> it is running on
8887
* Java 9, since OkHttp makes use of Java 9's support for ALPN.
8988
*/
90-
@Ignore
9189
@Test
9290
public void testHttp2() throws Exception {
9391
final Request request = new Request.Builder()

0 commit comments

Comments
 (0)