Skip to content

Commit 58e2036

Browse files
authored
SNOW-901898: fix flaky oob test (#1714)
1 parent 4da2a61 commit 58e2036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test_telemetry_oob.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def telemetry_setup(request):
5454
def test_telemetry_oob_simple_flush(telemetry_setup, caplog):
5555
"""Tests capturing and sending a simple OCSP Exception message."""
5656
telemetry = TelemetryService.get_instance()
57-
57+
telemetry.flush() # clear the buffer first
5858
telemetry.log_ocsp_exception(
5959
event_type, telemetry_data, exception=exception, stack_trace=stack_trace
6060
)

0 commit comments

Comments
 (0)