Skip to content

Commit 87c3461

Browse files
committed
Fix test skip condition
1 parent 1c56c0b commit 87c3461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/operators/test_gasket_deformation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030

3131
@mark.skipif(
32-
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_9_0,
33-
reason="Gasket operator available starting with 9.0,",
32+
not conftest.SERVERS_VERSION_GREATER_THAN_OR_EQUAL_TO_9_1,
33+
reason="Gasket operator available starting with 2025 R1.",
3434
)
3535
def test_operator_gasket_deformation_deprecation(server_type):
3636
with warns(match="Operator 'gasket_deformation' is renamed as"):

0 commit comments

Comments
 (0)