Internal change

PiperOrigin-RevId: 534490554
pull/13171/head
Jie Luo 2 years ago committed by Copybara-Service
parent 67bf61af6c
commit 7f0092a802
  1. 5
      python/pb_unit_tests/descriptor_pool_test_wrapper.py

@ -24,11 +24,10 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
import unittest import unittest
from google.protobuf.internal import api_implementation
from google.protobuf.internal.descriptor_pool_test import * from google.protobuf.internal.descriptor_pool_test import *
# This is testing that certain methods unconditionally throw TypeError. AddDescriptorTest.testAddTypeError.__unittest_skip__ = True
# In the new extension we simply don't define them at all.
AddDescriptorTest.testAddTypeError.__unittest_expecting_failure__ = True
SecondaryDescriptorFromDescriptorDB.testErrorCollector.__unittest_expecting_failure__ = True SecondaryDescriptorFromDescriptorDB.testErrorCollector.__unittest_expecting_failure__ = True

Loading…
Cancel
Save