Skip to content

Commit ee8cda1

Browse files
committed
test: Skip intermittently failing test
1 parent d44183d commit ee8cda1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logs_sdk/test/opentelemetry/sdk/logs/export/batch_log_record_processor_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def to_log_record_data
186186
end
187187

188188
it 'removes the older log records from the batch if full' do
189+
skip 'intermittent failure, see: #1701'
189190
processor = BatchLogRecordProcessor.new(TestExporter.new, max_queue_size: 1, max_export_batch_size: 1)
190191

191192
older_log_record = TestLogRecord.new

0 commit comments

Comments
 (0)