Gbp-Pq: Name temporarily_silence_buffer_deprecations.patch
function showFlaggedDeprecation() {
if (bufferWarningAlreadyEmitted ||
++nodeModulesCheckCounter > 10000 ||
- (!pendingDeprecation &&
- isInsideNodeModules())) {
+ !pendingDeprecation) {
// We don't emit a warning, because we either:
// - Already did so, or
// - Already checked too many times whether a call is coming
test-tls-connect-address-family : SKIP
test-dns-cancel-reverse-lookup: SKIP
+# pending deprecation for buffer is off
+test-buffer-constructor-node-modules-paths : SKIP
+test-buffer-constructor-deprecation-error : SKIP
+test-buffer-constructor-outside-node-modules : SKIP
+
# should have been disabled 'cause openssl 1.1.0
test-tls-ecdh-disable : SKIP