Remove symbolize Bazel test

It is broken on Windows CI (#859) in a way that I don't understand.
This commit is contained in:
Rodrigo Queiro 2022-09-13 11:53:24 +02:00 committed by Rodrigo Queiro
parent b70ea80433
commit 9ad08ac6cc

View File

@ -211,7 +211,7 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
# "signalhandler", # Pointless
"stacktrace",
"stl_logging",
"symbolize",
# "symbolize", # Broken
"utilities",
]