| Index: ios/chrome/browser/translate/BUILD.gn
|
| diff --git a/ios/chrome/browser/translate/BUILD.gn b/ios/chrome/browser/translate/BUILD.gn
|
| index 16beaecaf7e10cca0b9c566c8fddb51104742b7b..8663a2d097e52f7262bbce7e8ec04fb7d9ebf63c 100644
|
| --- a/ios/chrome/browser/translate/BUILD.gn
|
| +++ b/ios/chrome/browser/translate/BUILD.gn
|
| @@ -73,7 +73,12 @@ source_set("unit_tests") {
|
| ]
|
| }
|
|
|
| -source_set("eg_tests") {
|
| +# Those tests do not use external URLs but fail if the network is unavailable
|
| +# as they explicitly check whether the network is up or not; it is not possible
|
| +# to safely instantiate a net::NetworkChangeNotifier::DisableForTest to disable
|
| +# those checks as this in not thread-safe. See http://crbug.com/709131 for more
|
| +# details.
|
| +source_set("external_url_eg_tests") {
|
| testonly = true
|
| sources = [
|
| "translate_egtest.mm",
|
|
|