Commit 8cb18461 authored by Sergey Ulanov's avatar Sergey Ulanov Committed by Commit Bot

Disable net_unittest on Fuchsia bots

net_unittests always fail because they run slowly under qemu

Change-Id: Ief04c1ba39b5a507f0583fd7e31f4ff09492404c
Bug: 745094, 738275
Reviewed-on: https://chromium-review.googlesource.com/580048Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#488400}
parent 0db6cad8
...@@ -10030,7 +10030,8 @@ ...@@ -10030,7 +10030,8 @@
"Fuchsia": { "Fuchsia": {
"additional_compile_targets": [ "additional_compile_targets": [
"gl_unittests", "gl_unittests",
"media_unittests" "media_unittests",
"net_unittests"
], ],
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -10093,15 +10094,6 @@ ...@@ -10093,15 +10094,6 @@
}, },
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.net_unittests.filter"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "net_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
...@@ -10122,7 +10114,8 @@ ...@@ -10122,7 +10114,8 @@
"Fuchsia (dbg)": { "Fuchsia (dbg)": {
"additional_compile_targets": [ "additional_compile_targets": [
"gl_unittests", "gl_unittests",
"media_unittests" "media_unittests",
"net_unittests"
], ],
"gtest_tests": [ "gtest_tests": [
{ {
...@@ -10185,15 +10178,6 @@ ...@@ -10185,15 +10178,6 @@
}, },
"test": "mojo_system_unittests" "test": "mojo_system_unittests"
}, },
{
"args": [
"--test-launcher-filter-file=../../testing/buildbot/filters/fuchsia.net_unittests.filter"
],
"swarming": {
"can_use_on_swarming_builders": false
},
"test": "net_unittests"
},
{ {
"swarming": { "swarming": {
"can_use_on_swarming_builders": false "can_use_on_swarming_builders": false
......
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