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

Commit 3eed51d6 authored by Jeff Pu's avatar Jeff Pu Committed by Android (Google) Code Review
Browse files

Merge "Stop framework during vts test" into main

parents 6ac537c4 27e37925
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.