| Index: mojo/services/network/BUILD.gn
|
| diff --git a/mojo/services/network/BUILD.gn b/mojo/services/network/BUILD.gn
|
| index a212bcd3228d550722b70f55a1632e0248e862a6..f722b2c776882aec761eaafe80f4579197e338d1 100644
|
| --- a/mojo/services/network/BUILD.gn
|
| +++ b/mojo/services/network/BUILD.gn
|
| @@ -56,29 +56,6 @@ source_set("lib") {
|
| ]
|
| }
|
|
|
| -# TODO(yzshen): Remove this test once the apptests is run on bots.
|
| -test("unittests") {
|
| - output_name = "network_service_unittests"
|
| -
|
| - sources = [
|
| - "udp_socket_unittest.cc",
|
| - ]
|
| -
|
| - deps = [
|
| - ":network",
|
| - "//base",
|
| - "//base/test:run_all_unittests",
|
| - "//base/test:test_support",
|
| - "//mojo/application_manager",
|
| - "//mojo/edk/system",
|
| - "//mojo/environment:chromium",
|
| - "//mojo/services/public/cpp/network",
|
| - "//mojo/services/public/interfaces/network",
|
| - "//mojo/shell:test_support",
|
| - "//testing/gtest",
|
| - ]
|
| -}
|
| -
|
| mojo_native_application("apptests") {
|
| output_name = "network_service_apptests"
|
| testonly = true
|
|
|