Skip to content

Commit 135431f

Browse files
author
Tor Didriksen
committed
Bug#35629917 Unit test NodeCertificate-t always fails on certain platforms [noclose]
Disable the unit test NodeCertificate-t until problems are fixed. Change-Id: I15cdcefd6deea509a9b7418df4e0247011a4b592
1 parent ee6dd23 commit 135431f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

storage/ndb/src/common/util/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ ADD_CONVENIENCE_LIBRARY(ndbgeneral
8282
SET_TARGET_PROPERTIES(ndbgeneral PROPERTIES LINK_INTERFACE_MULTIPLICITY 3)
8383

8484
FOREACH(tests BaseString Bitmask SparseBitmask Parser HashMap2 LinkedStack
85-
NodeCertificate TlsKeyManager ndb_zlib cstrbuf span)
85+
# Bug#35629917 Unit test NodeCertificate-t always fails on certain platforms
86+
# NodeCertificate
87+
TlsKeyManager ndb_zlib cstrbuf span)
8688
NDB_ADD_TEST("${tests}-t" "${tests}.cpp" LIBS ndbgeneral)
8789
ENDFOREACH(tests)
8890

0 commit comments

Comments
 (0)