diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-08-16 15:31:22 -0700 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-08-22 00:58:07 +0000 |
commit | 58c61b55200b467c457207ab0d09a21ddbe2be33 (patch) | |
tree | 587152186f33d0155b776f7a63fc630f0ffda9be /src/python/grpcio_tests | |
parent | d6cf6dea3677c753e27999d0f2f9695da78932f2 (diff) |
Unskip reflection unit test since proto is fixed
Diffstat (limited to 'src/python/grpcio_tests')
-rw-r--r-- | src/python/grpcio_tests/tests/reflection/_reflection_servicer_test.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/python/grpcio_tests/tests/reflection/_reflection_servicer_test.py b/src/python/grpcio_tests/tests/reflection/_reflection_servicer_test.py index 299ce75e79..a86743fa5a 100644 --- a/src/python/grpcio_tests/tests/reflection/_reflection_servicer_test.py +++ b/src/python/grpcio_tests/tests/reflection/_reflection_servicer_test.py @@ -95,9 +95,6 @@ class ReflectionServicerTest(unittest.TestCase): )),) self.assertSequenceEqual(expected_responses, responses) - @unittest.skip( - 'TODO(mmx): enable when (pure) python protobuf issue is fixed' - '(see https://github.com/google/protobuf/issues/2882)') def testFileContainingExtension(self): requests = (reflection_pb2.ServerReflectionRequest( file_containing_extension=reflection_pb2.ExtensionRequest( |