Enable CompOsSigningHostTest on user build
The previous problem seems to be device specific, but now the test is
passing.
Bug: 213573626
Test: flash oriole_pkvm-user; atest com.android.tests.odsign.CompOsSigningHostTest
Change-Id: I2720b0fb39028caafce68af60930e509431aed1a
diff --git a/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java b/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java
index d73bdaf..b250b9c 100644
--- a/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java
+++ b/test/odsign/test-src/com/android/tests/odsign/CompOsSigningHostTest.java
@@ -23,7 +23,6 @@
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeTrue;
-import static org.junit.Assume.assumeFalse;
import com.android.tradefed.device.DeviceNotAvailableException;
import com.android.tradefed.device.ITestDevice;
@@ -77,9 +76,6 @@
public static void beforeClassWithDevice(TestInformation testInfo) throws Exception {
ITestDevice device = testInfo.getDevice();
- // TODO(216321149): enable when the bug is fixed.
- assumeFalse("VM fails to boot on user build", device.getBuildFlavor().endsWith("-user"));
-
assumeCompOsPresent(device);
testInfo.properties().put(ORIGINAL_CHECKSUMS_KEY,