Skip to content

Commit 7066973

Browse files
Skip flaky spec
1 parent 8b94f9b commit 7066973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/spec_tests/transactions_unified_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
require 'runners/unified'
77

88
base = "#{CURRENT_PATH}/spec_tests/data/transactions_unified"
9-
TRANSACTIONS_UNIFIED_TESTS = Dir.glob("#{base}/**/*.yml").sort
9+
# See https://jira.mongodb.org/browse/RUBY-3502 for more details
10+
TRANSACTIONS_UNIFIED_TESTS = Dir.glob("#{base}/**/*.yml").sort.reject { |name| name =~ /.*mongos-unpin.yml$/ }
1011

1112
describe 'Transactions unified spec tests' do
1213
define_unified_spec_tests(base, TRANSACTIONS_UNIFIED_TESTS)

0 commit comments

Comments
 (0)