Skip to content
Draft
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,7 @@ 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?
skip 'Test is unreliable on Windows and MacOS CI' if ENV['CI']
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#2027 to fix this problem

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put a link to that issue in a comment in the test?


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