From 5f7c205ee1f56b7fedef09f2a1e8324748bd95ce Mon Sep 17 00:00:00 2001 From: Xuan Wang Date: Mon, 22 Jan 2024 18:47:38 +0000 Subject: [PATCH] Fix test order --- src/python/grpcio_tests/tests/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/grpcio_tests/tests/tests.json b/src/python/grpcio_tests/tests/tests.json index f0974c125db73..657cb94c02862 100644 --- a/src/python/grpcio_tests/tests/tests.json +++ b/src/python/grpcio_tests/tests/tests.json @@ -9,8 +9,8 @@ "tests.health_check._health_servicer_test.HealthServicerTest", "tests.interop._insecure_intraop_test.InsecureIntraopTest", "tests.interop._secure_intraop_test.SecureIntraopTest", - "tests.observability._observability_test.ObservabilityTest", "tests.observability._observability_api_test.AllTest", + "tests.observability._observability_test.ObservabilityTest", "tests.observability._open_telemetry_observability_test.OpenTelemetryObservabilityTest", "tests.protoc_plugin._python_plugin_test.ModuleMainTest", "tests.protoc_plugin._python_plugin_test.PythonPluginTest",