summaryrefslogtreecommitdiff
path: root/tests/vboot_api_kernel6_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vboot_api_kernel6_tests.c')
-rw-r--r--tests/vboot_api_kernel6_tests.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/vboot_api_kernel6_tests.c b/tests/vboot_api_kernel6_tests.c
index 801ff727..c44c3c12 100644
--- a/tests/vboot_api_kernel6_tests.c
+++ b/tests/vboot_api_kernel6_tests.c
@@ -43,16 +43,9 @@ static void VbUnlockDeviceTest(void)
"set dev fail");
}
-static void VbLockDeviceTest(void)
-{
- ResetMocks();
- TEST_EQ(VbLockDevice(), 0, "lock success");
-}
-
int main(void)
{
VbUnlockDeviceTest();
- VbLockDeviceTest();
return gTestSuccess ? 0 : 255;
}