Skip to content

Commit 9618ac8

Browse files
committed
Add missing strict=True for xfail
1 parent 8e26a04 commit 9618ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/sqlalchemy/test_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def _convert_view_nullable(expected_multi_output):
353353
# Replace nullable: <ANY> with nullable: None
354354
column_def["nullable"] = None
355355

356-
@pytest.mark.xfail(reason=XfailRationale.MANUAL_INDEX.value)
356+
@pytest.mark.xfail(reason=XfailRationale.MANUAL_INDEX.value, strict=True)
357357
def test_get_indexes(self, connection, use_schema):
358358
super().test_get_indexes()
359359

0 commit comments

Comments
 (0)