Add retry for flaky tests in CI (#4755)
This commit is contained in:
@@ -5,10 +5,10 @@ from concurrent.futures import ThreadPoolExecutor
|
||||
|
||||
import requests
|
||||
|
||||
from sglang.test.test_utils import run_and_check_memory_leak
|
||||
from sglang.test.test_utils import CustomTestCase, run_and_check_memory_leak
|
||||
|
||||
|
||||
class TestAbort(unittest.TestCase):
|
||||
class TestAbort(CustomTestCase):
|
||||
def workload_func(self, base_url, model):
|
||||
def process_func():
|
||||
def run_one(_):
|
||||
|
||||
Reference in New Issue
Block a user