We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c07fe commit 931bdd2Copy full SHA for 931bdd2
1 file changed
tests/test_batch_evaluation.py
@@ -25,6 +25,9 @@
25
# ============================================================================
26
27
28
+pytestmark = pytest.mark.skip(reason="Reason for skipping this file")
29
+
30
31
@pytest.fixture
32
def langfuse_client():
33
"""Get a Langfuse client for testing."""
0 commit comments