We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e99f9 commit 4b6275aCopy full SHA for 4b6275a
logs_sdk/test/opentelemetry/sdk/logs/export/batch_log_record_processor_test.rb
@@ -472,6 +472,9 @@ def shutdown(timeout: nil)
472
let(:processor) { BatchLogRecordProcessor.new(exporter) }
473
474
it 'reports export failures' do
475
+ # This test is unreliable on Windows platforms, but works just fine on others
476
+ skip if Gem.win_platform?
477
+
478
# skip the work method's behavior, we rely on shutdown to get us to the failures
479
processor.stub(:work, nil) do
480
mock_logger = Minitest::Mock.new
0 commit comments