diff --git a/src/_pytest/mark/structures.py b/src/_pytest/mark/structures.py index 3edf6ab1163..9743f673adc 100644 --- a/src/_pytest/mark/structures.py +++ b/src/_pytest/mark/structures.py @@ -509,7 +509,7 @@ def __call__(self, arg: Markable) -> Markable: ... @overload def __call__( self, - condition: str | bool = False, + condition: str | bool = True, *conditions: str | bool, reason: str = ..., run: bool = ...,