From 00f85c28c9e794f99319d8fdaef2d6f8c50d6476 Mon Sep 17 00:00:00 2001 From: Eric Gribkoff Date: Tue, 19 Feb 2019 13:46:47 -0800 Subject: [PATCH] update tests.json --- 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 00b55b02e89..c33c0c17d26 100644 --- a/src/python/grpcio_tests/tests/tests.json +++ b/src/python/grpcio_tests/tests/tests.json @@ -3,6 +3,7 @@ "channelz._channelz_servicer_test.ChannelzServicerTest", "fork._fork_interop_test.ForkInteropTest", "health_check._health_servicer_test.HealthServicerTest", + "health_check._health_servicer_test.HealthServicerBackwardsCompatibleWatchTest", "interop._insecure_intraop_test.InsecureIntraopTest", "interop._secure_intraop_test.SecureIntraopTest", "protoc_plugin._python_plugin_test.PythonPluginTest",