1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Skip interruptible raw mode test on Travis-CI

This commit is contained in:
Nobuyoshi Nakada 2019-12-17 17:18:42 +09:00
parent b226a68141
commit 65731a1330
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -1,2 +1,3 @@
# frozen_string_literal: false
exclude(:test_getpass, 'not portable')
exclude(:test_intr, 'hangs up only on Travis CI')