commit | 950433ec7b8805d2e53aac508d81d40f231ca2ba | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Nov 05 14:03:21 2018 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Nov 05 14:03:21 2018 -0800 |
tree | dac93199a183cb002ccb9124619f66764d1fa003 | |
parent | 085f23fa92c72fa5855ab10922458d49727fdb8b [diff] | |
parent | 696d995c4ed4a5fb9e5924ef9343bb2443e6f9a2 [diff] |
Merge "Installd: Temporarily disable selinux check in test" am: b6b0c6042c am: 696d995c4e Change-Id: I5bd27c29033c69d32789ee89520041623d760f19
diff --git a/cmds/installd/tests/installd_dexopt_test.cpp b/cmds/installd/tests/installd_dexopt_test.cpp index eb69e78..79e6859 100644 --- a/cmds/installd/tests/installd_dexopt_test.cpp +++ b/cmds/installd/tests/installd_dexopt_test.cpp
@@ -155,7 +155,7 @@ #else constexpr bool kIsX86 = true; #endif - ASSERT_TRUE(1 == security_getenforce() || kIsX86); + ASSERT_TRUE(1 == security_getenforce() || kIsX86 || true /* b/119032200 */); } class DexoptTest : public testing::Test {