test: skip redundant test

This commit is contained in:
Krrish Dholakia 2025-02-10 21:48:13 -08:00
parent c1d2010a1a
commit 710fc1becc

View file

@ -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):