Skip to content

Commit 26be63a

Browse files
MONGOID-5549 Temporary disable jruby app tests (#5525)
1 parent 33cee24 commit 26be63a

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.evergreen/config.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -763,15 +763,16 @@ buildvariants:
763763
tasks:
764764
- name: "test"
765765

766-
- matrix_name: app-tests-jruby
767-
matrix_spec:
768-
jruby: ["jruby-9.3"]
769-
driver: ["current"]
770-
mongodb-version: '5.0'
771-
topology: standalone
772-
app-tests: yes
773-
rails: ['6.0']
774-
os: ubuntu-18.04
775-
display_name: "app tests ${driver}, ${jruby}"
776-
tasks:
777-
- name: "test"
766+
# https://jira.mongodb.org/browse/MONGOID-5549
767+
# - matrix_name: app-tests-jruby
768+
# matrix_spec:
769+
# jruby: ["jruby-9.3"]
770+
# driver: ["current"]
771+
# mongodb-version: '5.0'
772+
# topology: standalone
773+
# app-tests: yes
774+
# rails: ['6.0']
775+
# os: ubuntu-18.04
776+
# display_name: "app tests ${driver}, ${jruby}"
777+
# tasks:
778+
# - name: "test"

0 commit comments

Comments
 (0)