We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 311ec4e + 8beb204 commit e25e6ceCopy full SHA for e25e6ce
tests/llmobs/test_llmobs_evaluator_runner.py
@@ -92,6 +92,7 @@ def test_evaluator_runner_multiple_evaluators(llmobs, mock_llmobs_eval_metric_wr
92
]
93
94
95
+@pytest.mark.skip(reason="Skipping due to flakiness in hitting the staging endpoint")
96
def test_evaluator_runner_on_exit(mock_writer_logs, run_python_code_in_subprocess):
97
env = os.environ.copy()
98
pypath = [os.path.dirname(os.path.dirname(os.path.dirname(__file__)))]
0 commit comments