Skip to content

Commit aac40cb

Browse files
committed
test: skip mlx loader registration on linux
1 parent f9adfef commit aac40cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_shard_loader.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def test_qwen35_moe_uses_qwen35_text_args_and_sanitizer_module():
155155
assert model_args.moe_intermediate_size == 512
156156

157157

158+
@pytest.mark.skipif(sys.platform != "darwin", reason="MLX tests require macOS")
158159
def test_register_block_class_includes_qwen35_moe():
159160
loader = MLXModelLoader("test_model_path")
160161

0 commit comments

Comments
 (0)