Disable PCG TP Unittest (#16693)
Signed-off-by: Oasis-Git <ayw.sirius19@gmail.com>
This commit is contained in:
@@ -12,7 +12,9 @@ from sglang.test.test_utils import (
|
||||
)
|
||||
|
||||
# CI Registration - 2-GPU tests (80GB GPUs required)
|
||||
register_cuda_ci(est_time=160, suite="stage-b-test-large-2-gpu")
|
||||
register_cuda_ci(
|
||||
est_time=160, suite="stage-b-test-large-2-gpu", disabled="see issue #16691"
|
||||
)
|
||||
|
||||
|
||||
class TestPiecewiseCudaGraphTP(CustomTestCase):
|
||||
|
||||
Reference in New Issue
Block a user