Skip to content

Commit 086c65d

Browse files
authored
Don't test TLSv1, v1.1 on Node.js
1 parent e7241a7 commit 086c65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/js/src/test/scala/fs2/io/net/tls/TLSSocketSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class TLSSocketSuite extends TLSSuite {
9797
.assertEquals(httpOk)
9898
}
9999

100-
List(TLSv1, `TLSv1.1`, `TLSv1.2`, `TLSv1.3`).foreach { protocol =>
100+
List(`TLSv1.2`, `TLSv1.3`).foreach { protocol =>
101101
writesBeforeReading(protocol)
102102
readsBeforeWriting(protocol)
103103
}

0 commit comments

Comments
 (0)