We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b94f9b commit 7066973Copy full SHA for 7066973
spec/spec_tests/transactions_unified_spec.rb
@@ -6,7 +6,8 @@
6
require 'runners/unified'
7
8
base = "#{CURRENT_PATH}/spec_tests/data/transactions_unified"
9
-TRANSACTIONS_UNIFIED_TESTS = Dir.glob("#{base}/**/*.yml").sort
+# 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$/ }
11
12
describe 'Transactions unified spec tests' do
13
define_unified_spec_tests(base, TRANSACTIONS_UNIFIED_TESTS)
0 commit comments