tests: flaky `test_servable_module_validator` (#17985)
This commit is contained in:
parent
036bd74e47
commit
e49a5b6662
|
@ -30,6 +30,7 @@ class ServableBoringModel(BoringModel, ServableModule):
|
||||||
return {"output": [0, 1]}
|
return {"output": [0, 1]}
|
||||||
|
|
||||||
|
|
||||||
|
@pytest.mark.flaky(reruns=3)
|
||||||
def test_servable_module_validator():
|
def test_servable_module_validator():
|
||||||
model = ServableBoringModel()
|
model = ServableBoringModel()
|
||||||
callback = ServableModuleValidator()
|
callback = ServableModuleValidator()
|
||||||
|
|
Loading…
Reference in New Issue