diff --git a/tests/local_testing/test_traceloop.py b/tests/local_testing/test_traceloop.py index 1127845a5d..ba5030dd7d 100644 --- a/tests/local_testing/test_traceloop.py +++ b/tests/local_testing/test_traceloop.py @@ -27,6 +27,7 @@ def exporter(): return exporter +@pytest.mark.skip(reason="moved to using 'otel' for logging") @pytest.mark.parametrize("model", ["claude-3-5-haiku-20241022", "gpt-3.5-turbo"]) @pytest.mark.skip(reason="Traceloop use `otel` integration instead") def test_traceloop_logging(exporter, model):