Skip to content

Commit 5d8cdf4

Browse files
committed
Merge branch 'master-2.4' into dist/2.4/bionic
2 parents 9e88c94 + 4f78aea commit 5d8cdf4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
From: Sorah Fukumori <[email protected]>
2+
Date: Sat, 13 Jul 2019 12:29:34 +0900
3+
Subject: TestNetHTTPS: exclude test_session_reuse*
4+
5+
---
6+
test/excludes/TestNetHTTPS.rb | 2 ++
7+
1 file changed, 2 insertions(+)
8+
create mode 100644 test/excludes/TestNetHTTPS.rb
9+
10+
diff --git a/test/excludes/TestNetHTTPS.rb b/test/excludes/TestNetHTTPS.rb
11+
new file mode 100644
12+
index 0000000..8e34dda
13+
--- /dev/null
14+
+++ b/test/excludes/TestNetHTTPS.rb
15+
@@ -0,0 +1,2 @@
16+
+exclude :test_session_reuse, "broken with OpenSSL 1.1.x in 2.4 https://github.com/ruby/openssl/issues/207"
17+
+exclude :test_session_reuse_but_expire, "broken with OpenSSL 1.1.x in 2.4 https://github.com/ruby/openssl/issues/207"

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
0001-port-test_io.rb-test_select_leak-from-trunk.patch
2+
0002-TestNetHTTPS-exclude-test_session_reuse.patch

0 commit comments

Comments
 (0)