Commit addf5679 authored by John Abd-El-Malek's avatar John Abd-El-Malek

Disable ClientCertResolverTest tests in debug builds as they time out.

BUG=418369
TBR=zelidrag@chromium.org

Review URL: https://codereview.chromium.org/607413004

Cr-Commit-Position: refs/heads/master@{#297172}
parent ea955d60
......@@ -34,6 +34,9 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
// http://crbug.com/418369
#ifdef NDEBUG
namespace chromeos {
namespace {
......@@ -318,3 +321,5 @@ TEST_F(ClientCertResolverTest, ResolveAfterPolicyApplication) {
}
} // namespace chromeos
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment