commit | f5589bdf8d00b71ae5a5a616a600709e7e92a5a8 | [log] [tgz] |
---|---|---|
author | Craig Donner <cdonner@google.com> | Wed Feb 01 17:22:35 2017 -0800 |
committer | Craig Donner <cdonner@google.com> | Wed Feb 01 17:22:35 2017 -0800 |
tree | a2367bc185a53f8c784b3dc363fac2e8ac7089cf | |
parent | adbf844ad811a601d711f8862167c81467669ed7 [diff] |
Remove assertion that VR hal is remote Bug: 34258263 Test: manual with vts-tradefed on Pixel XL Change-Id: I20731f0f85d6862a07e09db6ab0eda53523e58e4
diff --git a/vr/1.0/vts/functional/vr_hidl_hal_test.cpp b/vr/1.0/vts/functional/vr_hidl_hal_test.cpp index 7e85337..29888fd 100644 --- a/vr/1.0/vts/functional/vr_hidl_hal_test.cpp +++ b/vr/1.0/vts/functional/vr_hidl_hal_test.cpp
@@ -34,7 +34,6 @@ void SetUp() override { vr = IVr::getService(VR_SERVICE_NAME); ASSERT_NE(vr, nullptr); - ASSERT_TRUE(!vr->isRemote()); } void TearDown() override {}