diff --git a/tests/ir/stream/test_access_pattern.py b/tests/ir/stream/test_access_pattern.py index 8fd84217..985926fd 100644 --- a/tests/ir/stream/test_access_pattern.py +++ b/tests/ir/stream/test_access_pattern.py @@ -87,11 +87,6 @@ def test_schedule_pattern_invalid_bounds(): pattern = AffineMap( num_dims=2, num_symbols=0, results=(AffineDimExpr(0), AffineDimExpr(1)) ) - with pytest.raises( - ValueError, - match="All bounds must be static, strictly positive integers for a schedule", - ): - SchedulePattern((10, None), pattern) # pyright: ignore with pytest.raises( ValueError, match="All bounds must be static, strictly positive integers for a schedule",