check if testCreatePrototypeOverride exist

PiperOrigin-RevId: 501229501
pull/13171/head
Jie Luo 2 years ago committed by Copybara-Service
parent d86f531b54
commit 9b5a084118
  1. 3
      python/pb_unit_tests/message_factory_test_wrapper.py

@ -26,7 +26,8 @@
from google.protobuf.internal.message_factory_test import *
import unittest
MessageFactoryTest.testCreatePrototypeOverride.__unittest_expecting_failure__ = True
if hasattr(MessageFactoryTest, 'testCreatePrototypeOverride'):
MessageFactoryTest.testCreatePrototypeOverride.__unittest_expecting_failure__ = True
MessageFactoryTest.testDuplicateExtensionNumber.__unittest_expecting_failure__ = True
MessageFactoryTest.testGetMessages.__unittest_expecting_failure__ = True
MessageFactoryTest.testGetPrototype.__unittest_expecting_failure__ = True

Loading…
Cancel
Save