Ignore Uninteresting test warnings during test teardown (#26161)

This commit is contained in:
Joel Challis
2026-05-09 11:10:34 +01:00
committed by GitHub
parent 1a56fbece2
commit 2b88b7b20a
+1 -1
View File
@@ -65,7 +65,7 @@ TestFixture::TestFixture() {
TestFixture::~TestFixture() {
test_logger.info() << "test fixture clean-up start." << std::endl;
TestDriver driver;
::testing::NiceMock<TestDriver> driver;
/* Reset keyboard state. */
clear_all_keys();