Run logfile_utils_out_of_space_test locally
It is really hard to get nested unshare commands working inside docker
containers. This isn't really worth the effort for 1 test.
Signed-off-by: Austin Schuh <austin.linux@gmail.com>
Change-Id: Ic163d7f51b44f7da592fda9a93efb7e421ca1992
diff --git a/aos/events/logging/BUILD b/aos/events/logging/BUILD
index 21754bb..c914d1d 100644
--- a/aos/events/logging/BUILD
+++ b/aos/events/logging/BUILD
@@ -233,6 +233,12 @@
data = [
":logfile_utils_out_of_space_test_runner",
],
+ tags = [
+ # This uses unclone to make a new mount namespace. Turns out, this is
+ # quite hard to figure out how to put in a remote cluster. So just
+ # give up and run it locally under linux-sandbox where it is easy.
+ "no-remote-exec",
+ ],
target_compatible_with = ["@platforms//os:linux"],
deps = [
"@bazel_tools//tools/bash/runfiles",