Skip to content

Commit b5ff15b

Browse files
test: skip redundant test
1 parent a552da5 commit b5ff15b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/local_testing/test_traceloop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def exporter():
2727
return exporter
2828

2929

30+
@pytest.mark.skip(reason="moved to using 'otel' for logging")
3031
@pytest.mark.parametrize("model", ["claude-3-5-haiku-20241022", "gpt-3.5-turbo"])
3132
@pytest.mark.skip(reason="Traceloop use `otel` integration instead")
3233
def test_traceloop_logging(exporter, model):

0 commit comments

Comments
 (0)