Skip to content

Commit 9f591db

Browse files
committed
fix(tests): keep aggregate torch op tests active
1 parent 2a5d6af commit 9f591db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ def skip_op_without_platform_impl(request):
120120
op_cls = _op_class_from_module(request.node.module)
121121

122122
if op_cls is None:
123+
if "op_meta" in params:
124+
return
125+
123126
pytest.skip("operator wrapper is not available in this build")
124127

125128
if not hasattr(op_cls, "active_implementation_indices"):

0 commit comments

Comments
 (0)