Skip to content

Commit a53ce3e

Browse files
.
1 parent 278e7a4 commit a53ce3e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/integrations/ray/test_ray.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ def setup_sentry(span_streaming=False, transport=None):
5454
)
5555

5656

57-
def setup_sentry_with_span_streaming():
58-
setup_sentry(span_streaming=True)
59-
60-
6157
def read_error_from_log(job_id, ray_temp_dir):
6258
# Find the actual session directory that Ray created
6359
session_dirs = [d for d in os.listdir(ray_temp_dir) if d.startswith("session_")]

0 commit comments

Comments
 (0)