Skip to content

Commit e3352aa

Browse files
committed
also disable the flaky tests in JRuby 9.3
1 parent 76cd567 commit e3352aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ workflows:
2020
name: JRuby 9.2
2121
docker-image: jruby:9.2-jdk
2222
jruby: true
23-
skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby 9.2
23+
skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby
2424
- build-test-linux:
2525
name: JRuby 9.3
2626
docker-image: jruby:9.3-jdk
2727
jruby: true
28+
skip-end-to-end-http-tests: "y" # webrick doesn't work reliably in JRuby
2829

2930
jobs:
3031
build-test-linux:

0 commit comments

Comments
 (0)