diff --git a/tetheroffload/control/1.0/vts/functional/VtsHalTetheroffloadControlV1_0TargetTest.cpp b/tetheroffload/control/1.0/vts/functional/VtsHalTetheroffloadControlV1_0TargetTest.cpp index 2cd986265e..03b6406d4a 100644 --- a/tetheroffload/control/1.0/vts/functional/VtsHalTetheroffloadControlV1_0TargetTest.cpp +++ b/tetheroffload/control/1.0/vts/functional/VtsHalTetheroffloadControlV1_0TargetTest.cpp @@ -281,7 +281,7 @@ TEST_F(OffloadControlHidlTestBase, AdditionalStopsWithInitReturnFalse) { return; } SCOPED_TRACE("Expecting stopOffload to succeed"); - stopOffload(ExpectBoolean::True); // balance out initOffload(true) + stopOffload(ExpectBoolean::Ignored); // balance out initOffload(true) SCOPED_TRACE("Expecting stopOffload to fail the first time"); stopOffload(ExpectBoolean::False); SCOPED_TRACE("Expecting stopOffload to fail the second time");