Skip to content

Commit 7b025e1

Browse files
committed
Make skipping more lenient
1 parent 6f8c069 commit 7b025e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/tests/system/test_system_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ def test_pstates():
734734
@pytest.mark.skipif(helpers.IS_WSL or helpers.IS_WINDOWS, reason="MIG not supported on WSL or Windows")
735735
def test_mig():
736736
for device in system.Device.get_all_devices():
737-
with unsupported_before(device, DeviceArch.AMPERE):
737+
with unsupported_before(device, None):
738738
mig = device.mig
739739

740740
assert isinstance(mig.is_mig_device, bool)

0 commit comments

Comments
 (0)