aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 17e4864..cf507e3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -452,6 +452,7 @@ rust_test {
host_supported: true,
srcs: ["tests/rt_common.rs"],
test_options: {
+ tags: ["no-remote"],
unit_test: true,
},
}
@@ -642,6 +643,7 @@ rust_test {
host_supported: true,
srcs: ["tests/tcp_connect.rs"],
test_options: {
+ tags: ["no-remote"],
unit_test: true,
},
}
@@ -702,6 +704,7 @@ rust_test {
host_supported: true,
srcs: ["tests/tcp_socket.rs"],
test_options: {
+ tags: ["no-remote"],
unit_test: true,
},
}