Explorar el Código

Add SecureLocalInteropTest to tests.json

Lidi Zheng hace 5 años
padre
commit
892fdf85d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/python/grpcio_tests/tests_aio/tests.json

+ 1 - 0
src/python/grpcio_tests/tests_aio/tests.json

@@ -1,6 +1,7 @@
 [
   "_sanity._sanity_test.AioSanityTest",
   "interop.local_interop_test.InsecureLocalInteropTest",
+  "interop.local_interop_test.SecureLocalInteropTest",
   "unit.abort_test.TestAbort",
   "unit.aio_rpc_error_test.TestAioRpcError",
   "unit.call_test.TestStreamStreamCall",