diff --git a/test/registered/unit/spec/test_decode_bookkeeping_ownership.py b/test/registered/unit/spec/test_decode_bookkeeping_ownership.py index 5b0cbdbc8..9e3ee271d 100644 --- a/test/registered/unit/spec/test_decode_bookkeeping_ownership.py +++ b/test/registered/unit/spec/test_decode_bookkeeping_ownership.py @@ -66,21 +66,6 @@ _OWNER_SITES = { ("speculative/eagle_info.py", "EagleVerifyInput.verify", "kv_committed_len"): 1, ("speculative/eagle_info.py", "EagleVerifyInput.verify", "kv_allocated_len"): 1, ("speculative/eagle_info.py", "EagleVerifyInput.verify", "spec_verify_ct"): 1, - ( - "speculative/ngram_info.py", - "NgramVerifyInput._fill_requests", - "spec_verify_ct", - ): 1, - ( - "speculative/ngram_info.py", - "NgramVerifyInput._free_cache", - "kv_committed_len", - ): 1, - ( - "speculative/ngram_info.py", - "NgramVerifyInput._free_cache", - "kv_allocated_len", - ): 1, ("speculative/dflash_info.py", "DFlashVerifyInput.verify", "kv_committed_len"): 1, ("speculative/dflash_info.py", "DFlashVerifyInput.verify", "kv_allocated_len"): 1, ("speculative/dflash_info.py", "DFlashVerifyInput.verify", "spec_verify_ct"): 1,