Commit f4e8fe9c authored by Yuta Kitamura's avatar Yuta Kitamura Committed by Commit Bot

Disable flaky test GeolocationServiceUnitTest.GeolocationConfig.

Bug: 999409
Change-Id: I97e343f985b23087a958cd5182663733a52d35bb
Tbr: mpawlowski@opera.com
Tbr: mattreynolds@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868570Reviewed-by: default avatarYuta Kitamura <yutak@chromium.org>
Commit-Queue: Yuta Kitamura <yutak@chromium.org>
Cr-Commit-Position: refs/heads/master@{#707272}
parent 45255608
...@@ -112,12 +112,8 @@ TEST_F(GeolocationServiceUnitTest, UrlWithApiKey) { ...@@ -112,12 +112,8 @@ TEST_F(GeolocationServiceUnitTest, UrlWithApiKey) {
#endif #endif
// TODO(https://crbug.com/912057): Flaky on Chrome OS / Fails often on *San. // TODO(https://crbug.com/912057): Flaky on Chrome OS / Fails often on *San.
#if defined(OS_CHROMEOS) // TODO(https://crbug.com/999409): Also flaky on other platforms.
#define MAYBE_GeolocationConfig DISABLED_GeolocationConfig TEST_F(GeolocationServiceUnitTest, DISABLED_GeolocationConfig) {
#else
#define MAYBE_GeolocationConfig GeolocationConfig
#endif
TEST_F(GeolocationServiceUnitTest, MAYBE_GeolocationConfig) {
BindGeolocationConfig(); BindGeolocationConfig();
{ {
base::RunLoop run_loop; base::RunLoop run_loop;
......
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