Disable test points under coverage runs.

These intentionally get very close to stack limits, and can be pushed even further by coverage instrumentation.

PiperOrigin-RevId: 533582545
pull/12863/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent af23ec69a8
commit afd4971110
  1. 1
      src/google/protobuf/descriptor_unittest.cc

@ -34,6 +34,7 @@
// //
// This file makes extensive use of RFC 3092. :) // This file makes extensive use of RFC 3092. :)
#include <cstdlib>
#include <limits> #include <limits>
#include <memory> #include <memory>
#include <vector> #include <vector>

Loading…
Cancel
Save