diff --git a/tests/python/contrib/test_arm_compute_lib/test_pooling.py b/tests/python/contrib/test_arm_compute_lib/test_pooling.py index 934315ceb9ab..c104a0659b7f 100644 --- a/tests/python/contrib/test_arm_compute_lib/test_pooling.py +++ b/tests/python/contrib/test_arm_compute_lib/test_pooling.py @@ -192,6 +192,8 @@ def test_pooling(): def test_global_pooling(): + Device.load("test_config.json") + if skip_runtime_test(): return