Skip to content

Commit

Permalink
test: Add skip for intermittent failure
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Sep 12, 2024
1 parent 34c8f44 commit 654385d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ def shutdown(timeout: nil)
let(:processor) { BatchLogRecordProcessor.new(exporter) }

it 'reports export failures' do
skip 'intermittent failure will be fixed in #1701'
mock_logger = Minitest::Mock.new
mock_logger.expect(:error, nil, [/Unable to export/])
mock_logger.expect(:error, nil, [/Result code: 1/])
Expand Down

0 comments on commit 654385d

Please sign in to comment.