commit | 3e951a7758b265bcb5221b58dc7d2029e89e58c7 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Dec 20 07:08:23 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 20 07:08:23 2022 +0000 |
tree | bde1cc827b24e0412df76d98932748f09fe78c98 | |
parent | fd9838250653720e980c701d9c26913763d763c9 [diff] | |
parent | 5b7a51a59aa2a30beb6eae7d4594453a10a13b30 [diff] |
Merge "Skip StartConsole test on user builds."
diff --git a/init/init_test.cpp b/init/init_test.cpp index 584c04e..18a08c7 100644 --- a/init/init_test.cpp +++ b/init/init_test.cpp
@@ -194,6 +194,10 @@ } TEST(init, StartConsole) { + if (GetProperty("ro.build.type", "") == "user") { + GTEST_SKIP() << "Must run on userdebug/eng builds. b/262090304"; + return; + } std::string init_script = R"init( service console /system/bin/sh class core