Fix link to skipif tutorial in ref docs
This commit is contained in:
parent
5edad01d4e
commit
11fb384efb
|
@ -148,7 +148,7 @@ Unconditionally skip a test function.
|
|||
pytest.mark.skipif
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
**Tutorial**: :ref:`xfail`.
|
||||
**Tutorial**: :ref:`skipif`.
|
||||
|
||||
Skip a test function if a condition is ``True``.
|
||||
|
||||
|
|
Loading…
Reference in New Issue