Merge "DO NOT MERGE Add comment for false-negative test on emulator" into nougat-cts-dev
diff --git a/hostsidetests/appsecurity/src/android/appsecurity/cts/DirectBootHostTest.java b/hostsidetests/appsecurity/src/android/appsecurity/cts/DirectBootHostTest.java
index 99a7e8f..a4686aa 100644
--- a/hostsidetests/appsecurity/src/android/appsecurity/cts/DirectBootHostTest.java
+++ b/hostsidetests/appsecurity/src/android/appsecurity/cts/DirectBootHostTest.java
@@ -111,6 +111,9 @@
/**
* If device doesn't have native FBE, verify normal lifecycle.
+ * Note: This test will have a false-negative on the emulator because of the
+ * tradefed and ddmlib incorrectly special-case handling the emulator which
+ * is fixed in http://r.android.com/315302
*/
public void testDirectBootNone() throws Exception {
if (!isSupportedDevice()) {