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

Commit 865589a9 authored by Jeff Pu's avatar Jeff Pu
Browse files

Stop framework during vts test

Bug: 390787326
Test: atest VtsHalBiometricsFaceTargetTest
Change-Id: Ic842a341f948f245428a97b6e451603a096b3e4a
parent 27e37925
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,4 +28,5 @@ cc_test {
        "general-tests",
        "vts",
    ],
    disable_framework: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -186,6 +186,7 @@ class Face : public testing::TestWithParam<std::string> {

    void TearDown() override {
        // Close the mSession.
        ASSERT_NE(mSession, nullptr);
        ASSERT_TRUE(mSession->close().isOk());

        // Make sure the mSession is closed.