Skip to content

Commit

Permalink
Remove problematic Netty native test
Browse files Browse the repository at this point in the history
  • Loading branch information
marianobarrios committed Jul 7, 2024
1 parent 43518df commit 28dc45e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 104 deletions.
8 changes: 0 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ java {
}
}

println(javaToolchain)

compileJava {
if (javaToolchain != "8") {
options.release = 8
Expand All @@ -43,12 +41,6 @@ dependencies {
testImplementation 'org.slf4j:jul-to-slf4j:2.0.13'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.3.14'

// pinned due to netty-tcnative-boringssl-static being pinned
testImplementation 'io.netty:netty-buffer:4.1.73.Final'
testImplementation 'io.netty:netty-handler:4.1.73.Final'
// pinned: https://github.com/netty/netty-tcnative/issues/716
testRuntimeOnly 'io.netty:netty-tcnative-boringssl-static:2.0.47.Final'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.3'

Expand Down
96 changes: 0 additions & 96 deletions src/test/java/tlschannel/NettySslEngineTest.java

This file was deleted.

0 comments on commit 28dc45e

Please sign in to comment.