Skip to content

Commit

Permalink
test: Skip intermittently failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Sep 12, 2024
1 parent d44183d commit ee8cda1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ def to_log_record_data
end

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

older_log_record = TestLogRecord.new
Expand Down

0 comments on commit ee8cda1

Please sign in to comment.