From c0562e7895a7551179a9ec8d2c3aff7fdfc1494f Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Mon, 3 Sep 2018 16:17:04 +0000 Subject: [PATCH] Add non UTF-8 files to rubyspec exclusions --- spec/integrations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/integrations.yml b/spec/integrations.yml index 6e018ba0..b0a82cc4 100644 --- a/spec/integrations.yml +++ b/spec/integrations.yml @@ -18,6 +18,8 @@ exclude: - core/string/casecmp_spec.rb - core/symbol/casecmp_spec.rb + - language/source_encoding_spec.rb + - security/cve_2010_1330_spec.rb - name: regexp_parser namespace: Regexp repo_uri: 'https://github.com/ammar/regexp_parser.git'