From 6b42bcc03d35ffbdc1a50d580c793cdccfc081a2 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Tue, 3 Mar 2020 14:30:28 -0800 Subject: [PATCH] Sanity tests make me lose my sanity --- src/python/grpcio_tests/tests/tests.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/python/grpcio_tests/tests/tests.json b/src/python/grpcio_tests/tests/tests.json index eb702f6c8b0..196e9f08b0a 100644 --- a/src/python/grpcio_tests/tests/tests.json +++ b/src/python/grpcio_tests/tests/tests.json @@ -7,6 +7,7 @@ "interop._insecure_intraop_test.InsecureIntraopTest", "interop._secure_intraop_test.SecureIntraopTest", "protoc_plugin._python_plugin_test.PythonPluginTest", + "protoc_plugin._python_plugin_test.SimpleStubsPluginTest", "protoc_plugin._split_definitions_test.SameProtoGrpcBeforeProtoProtocStyleTest", "protoc_plugin._split_definitions_test.SameProtoMid2016ProtocStyleTest", "protoc_plugin._split_definitions_test.SameProtoProtoBeforeGrpcProtocStyleTest",