tests: flaky `test_servable_module_validator` (#17985)

This commit is contained in:
Jirka Borovec 2023-07-04 16:04:16 +02:00 committed by GitHub
parent 036bd74e47
commit e49a5b6662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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()