diff --git a/python/tvm/testing/plugin.py b/python/tvm/testing/plugin.py index dc3c6e0c1f16..6963eab292e7 100644 --- a/python/tvm/testing/plugin.py +++ b/python/tvm/testing/plugin.py @@ -358,8 +358,6 @@ def _split_scope(self, nodeid): # serialized items = { "test_tvm_testing_features": "functional-tests", - "tests/python/micro/test_crt": "crt-tests", - "tests/python/driver/tvmc": "tvmc-tests", } for nodeid_pattern, suite_name in items.items():