diff --git a/tests/time_tests/test_runner/conftest.py b/tests/time_tests/test_runner/conftest.py index b7cce72c65f..e7901121c50 100644 --- a/tests/time_tests/test_runner/conftest.py +++ b/tests/time_tests/test_runner/conftest.py @@ -313,7 +313,7 @@ def manifest_metadata(request): { "type": "object", "properties": { - "product_type": {"enum": ["private_linux_ubuntu_18_04", "private_windows_vs2019"]}, + "product_type": {"type": "string"}, "repo_url": {"type": "string"}, "commit_sha": {"type": "string"}, "commit_date": {"type": "string"},