We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6dd23 commit 135431fCopy full SHA for 135431f
storage/ndb/src/common/util/CMakeLists.txt
@@ -82,7 +82,9 @@ ADD_CONVENIENCE_LIBRARY(ndbgeneral
82
SET_TARGET_PROPERTIES(ndbgeneral PROPERTIES LINK_INTERFACE_MULTIPLICITY 3)
83
84
FOREACH(tests BaseString Bitmask SparseBitmask Parser HashMap2 LinkedStack
85
- NodeCertificate TlsKeyManager ndb_zlib cstrbuf span)
+ # Bug#35629917 Unit test NodeCertificate-t always fails on certain platforms
86
+ # NodeCertificate
87
+ TlsKeyManager ndb_zlib cstrbuf span)
88
NDB_ADD_TEST("${tests}-t" "${tests}.cpp" LIBS ndbgeneral)
89
ENDFOREACH(tests)
90
0 commit comments