Remove reference to deleted test.

This caused failures in protobuf CI

PiperOrigin-RevId: 501972926
pull/13171/head
Mike Kruskal 2 years ago committed by Copybara-Service
parent 4f02fc4790
commit 06b5775fd7
  1. 4
      bazel/workspace_deps.bzl
  2. 2
      python/pb_unit_tests/message_factory_test_wrapper.py

@ -23,8 +23,8 @@ def upb_deps():
_github_archive, _github_archive,
name = "com_google_protobuf", name = "com_google_protobuf",
repo = "https://github.com/protocolbuffers/protobuf", repo = "https://github.com/protocolbuffers/protobuf",
sha256 = "bc4add2a4bf70d6db89ddde404264cbf5586ecf99c0bc8d4f1828eb016e4731e", commit = "c80e7efac72510a2bc3e9365520055f6d6656c1d",
commit = "761492746a64cd5ea7a53f3028e42452ca74ff71", sha256 = "2f87a4c6a356a9df533ae2272a2f67a7f12c920b06452c171d3a379c73fbe102",
patches = ["@upb//bazel:protobuf.patch"], patches = ["@upb//bazel:protobuf.patch"],
) )

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

Loading…
Cancel
Save