diff --git a/services/data_process/test/unittest/common/pipeline_node/decode_data_process_test.cpp b/services/data_process/test/unittest/common/pipeline_node/decode_data_process_test.cpp index 66dd018dab749221717091b5b6f3be15aca36240..a89f869d8a5e9e76777c093fd1d86aad3d3cafd7 100644 --- a/services/data_process/test/unittest/common/pipeline_node/decode_data_process_test.cpp +++ b/services/data_process/test/unittest/common/pipeline_node/decode_data_process_test.cpp @@ -441,7 +441,6 @@ HWTEST_F(DecodeDataProcessTest, decode_data_process_test_012, TestSize.Level1) int64_t time = testDecodeDataProcess_->GetDecoderTimeStamp(); testDecodeDataProcess_->lastFeedDecoderInputBufferTimeUs_ = 1; time = testDecodeDataProcess_->GetDecoderTimeStamp(); - EXPECT_EQ(time, DCAMERA_OK); testDecodeDataProcess_->ReduceWaitDecodeCnt(); sptr surface; testDecodeDataProcess_->GetDecoderOutputBuffer(surface);