[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.
pull/34389/head
Jan Tattermusch 2 years ago committed by GitHub
parent 0218f7d3a6
commit a3b4c797a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      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",

Loading…
Cancel
Save