diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:18:27 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 02:18:27 +0000 |
commit | 84c1ee60a4e647e675dea9bb4653412c912b6e7d (patch) | |
tree | 4040bb756c366a599b470b858acbe639768202da /skip_test_rhbz1939923.patch | |
parent | 47d013e07846a08e7b7faef56f19f2413b4692fa (diff) |
automatic import of golangopeneuler24.03_LTS
Diffstat (limited to 'skip_test_rhbz1939923.patch')
-rw-r--r-- | skip_test_rhbz1939923.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skip_test_rhbz1939923.patch b/skip_test_rhbz1939923.patch new file mode 100644 index 0000000..555ed3b --- /dev/null +++ b/skip_test_rhbz1939923.patch @@ -0,0 +1,12 @@ +diff --git a/src/crypto/x509/x509_test.go b/src/crypto/x509/x509_test.go +index b1cdabb..09eaace 100644 +--- a/src/crypto/x509/x509_test.go ++++ b/src/crypto/x509/x509_test.go +@@ -2993,6 +2993,7 @@ func (bs *brokenSigner) Sign(_ io.Reader, _ []byte, _ crypto.SignerOpts) ([]byte + } + + func TestCreateCertificateBrokenSigner(t *testing.T) { ++ t.Skip("TODO Fix me: rhbz#1939923") + template := &Certificate{ + SerialNumber: big.NewInt(10), + DNSNames: []string{"example.com"}, |