Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5589bdf authored by Craig Donner's avatar Craig Donner
Browse files

Remove assertion that VR hal is remote

Bug: 34258263
Test: manual with vts-tradefed on Pixel XL
Change-Id: I20731f0f85d6862a07e09db6ab0eda53523e58e4
parent adbf844a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@ class VrHidlTest : public ::testing::Test {
  void SetUp() override {
    vr = IVr::getService(VR_SERVICE_NAME);
    ASSERT_NE(vr, nullptr);
    ASSERT_TRUE(!vr->isRemote());
  }

  void TearDown() override {}