Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -472,8 +472,8 @@ def shutdown(timeout: nil)
let(:processor) { BatchLogRecordProcessor.new(exporter) }

it 'reports export failures' do
# This test is unreliable on Windows platforms, but works just fine on others
skip if Gem.win_platform?
# See: https://github.com/open-telemetry/opentelemetry-ruby/issues/2027
skip 'Test is unreliable on Windows and MacOS CI' if ENV['CI']

# skip the work method's behavior, we rely on shutdown to get us to the failures
processor.stub(:work, nil) do
Expand Down