From a3b4c797a7c6c4a37efb711dd7cff6988049c1b7 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Mon, 18 Sep 2023 09:52:03 +0200 Subject: [PATCH] [bazelified tests] Reenable runtests_php_linux_dbg after #34257 (#34266) The valgrind based test (removed in https://github.com/grpc/grpc/pull/34257) was the reason why the dbg test was disabled in the past. --- tools/bazelify_tests/test/BUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/bazelify_tests/test/BUILD b/tools/bazelify_tests/test/BUILD index 057e17d1bf6..49f28c23d12 100644 --- a/tools/bazelify_tests/test/BUILD +++ b/tools/bazelify_tests/test/BUILD @@ -142,8 +142,7 @@ test_suite( ":runtests_cpp_linux_opt_build_only", ":runtests_csharp_linux_dbg", ":runtests_csharp_linux_opt", - # TODO(jtattermusch): reenable the test once not flaky anymore - #":runtests_php_linux_dbg", + ":runtests_php_linux_dbg", ":runtests_php_linux_opt", ":runtests_python_linux_opt", ":runtests_ruby_linux_dbg",