This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch refactor-s1 in repository https://gitbox.apache.org/repos/asf/tvm.git
commit f18f4aa076489e2b2b817f455b256428ad252b32 Author: tqchen <[email protected]> AuthorDate: Wed Apr 16 19:51:12 2025 -0400 skip msc plugin --- tests/python/contrib/test_msc/test_plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/python/contrib/test_msc/test_plugin.py b/tests/python/contrib/test_msc/test_plugin.py index f4607a35bf..1c78dbfdd1 100644 --- a/tests/python/contrib/test_msc/test_plugin.py +++ b/tests/python/contrib/test_msc/test_plugin.py @@ -17,6 +17,7 @@ """Test Plugin in MSC.""" +import pytest import numpy as np import torch @@ -321,6 +322,7 @@ def _test_with_manager(plugins, compile_type, expected_info): ), "Model info {} mismatch with expected {}".format(model_info, expected_info) [email protected](reason="skip the test because plugin needs to include ffi folder, can be re-enabled") def test_plugin(): """Test the plugins"""
