Skip to content

Commit 8db6160

Browse files
RUBY-2832 Disable FLE jruby test (#2366)
1 parent 9352f58 commit 8db6160

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,9 @@ buildvariants:
13671367
- matrix_name: "fle-4.4"
13681368
matrix_spec:
13691369
auth-and-ssl: "noauth-and-nossl"
1370-
ruby: [ruby-3.0, ruby-2.7, jruby-9.2]
1370+
# https://jira.mongodb.org/browse/RUBY-2832
1371+
# ruby: [ruby-3.0, ruby-2.7, jruby-9.2]
1372+
ruby: [ruby-3.0, ruby-2.7]
13711373
topology: standalone
13721374
mongodb-version: ['4.4']
13731375
os: ubuntu1804

.evergreen/config/standard.yml.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,9 @@ buildvariants:
524524
- matrix_name: "fle-4.4"
525525
matrix_spec:
526526
auth-and-ssl: "noauth-and-nossl"
527-
ruby: [ruby-3.0, ruby-2.7, jruby-9.2]
527+
# https://jira.mongodb.org/browse/RUBY-2832
528+
# ruby: [ruby-3.0, ruby-2.7, jruby-9.2]
529+
ruby: [ruby-3.0, ruby-2.7]
528530
topology: standalone
529531
mongodb-version: ['4.4']
530532
os: ubuntu1804

0 commit comments

Comments
 (0)