Fix tests for decode radix cache (#25145)
Co-authored-by: HanHan009527 <hanhan7630@outlook.com>
This commit is contained in:
co-authored by
HanHan009527
parent
2a4d382b07
commit
4984552cc9
@@ -120,10 +120,7 @@ class DisaggregationDecodeRadixCacheTestMixin:
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@unittest.skipUnless(
|
@unittest.skip("Temporarily disabled until nixl backend is stable.")
|
||||||
is_in_ci() or _has_nixl(),
|
|
||||||
"NIXL is required for decode radix cache disaggregation coverage.",
|
|
||||||
)
|
|
||||||
class TestDisaggregationDecodeRadixCacheNixl(
|
class TestDisaggregationDecodeRadixCacheNixl(
|
||||||
DisaggregationDecodeRadixCacheTestMixin, PDDisaggregationServerBase
|
DisaggregationDecodeRadixCacheTestMixin, PDDisaggregationServerBase
|
||||||
):
|
):
|
||||||
|
|||||||
Reference in New Issue
Block a user