(pytest) don't run redundant tests in cpu suite (#1532)

This commit is contained in:
Ean Garvey
2023-06-13 22:40:33 -05:00
committed by GitHub
parent f53e3594c3
commit 49b3ecdbca

View File

@@ -64,6 +64,7 @@ def get_valid_test_params():
device
for device in get_supported_device_list()
if not check_device_drivers(device)
and device not in ["cpu-sync", "cpu-task"]
]
dynamic_list = (True, False)
# TODO: This is soooo ugly, but for some reason creating the dict at runtime