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

Commit 27e37925 authored by Jeff Pu's avatar Jeff Pu
Browse files

Stop framework during vts test

Bug: 375335336
Test: atest VtsHalBiometricsFingerprintTargetTest
Change-Id: Iaeac1f7762f935cb5d74d27760cadf1e73da09c5
parent 39ab138d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,4 +27,5 @@ cc_test {
        "general-tests",
        "vts",
    ],
    disable_framework: true,
}
+1 −0
Original line number Diff line number Diff line
@@ -167,6 +167,7 @@ class Fingerprint : 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.