diff --git a/kernel_lite/process_posix/src/PthreadBasicApiTest.cpp b/kernel_lite/process_posix/src/PthreadBasicApiTest.cpp index 1ba3afa74cb1bbdba39aa33611c4303439f7709d..704bbd87a403b7f821b0ca04adfa1fc49656f0c1 100755 --- a/kernel_lite/process_posix/src/PthreadBasicApiTest.cpp +++ b/kernel_lite/process_posix/src/PthreadBasicApiTest.cpp @@ -626,7 +626,6 @@ HWTEST_F(PthreadTest, testPthreadNoCancelPoint, Function | MediumTest | Level3) EXPECT_EQ(pthread_cancel(tid), 0); Msleep(100); EXPECT_EQ(pthread_join(tid, NULL), 0); - EXPECT_EQ(CheckStep(4), (uint64_t)0x1234); } void *ThreadPthreadCancelPoint(void *arg)