diff --git a/tests/python/topi/python/test_topi_image.py b/tests/python/topi/python/test_topi_image.py index 3aedc8ef4399..510e753210b1 100644 --- a/tests/python/topi/python/test_topi_image.py +++ b/tests/python/topi/python/test_topi_image.py @@ -339,7 +339,7 @@ def check_target(target, dev): if __name__ == "__main__": - test_resize() + test_resize2d() test_resize3d() test_crop_and_resize() test_affine_grid()