summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/ffi_yajl/parser_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ffi_yajl/parser_spec.rb b/spec/ffi_yajl/parser_spec.rb
index 6ef587f..ea67879 100644
--- a/spec/ffi_yajl/parser_spec.rb
+++ b/spec/ffi_yajl/parser_spec.rb
@@ -453,6 +453,8 @@ describe "FFI_Yajl::Parser" do
end
end
+ # NOTE: parsing floats with 8 million digits on windows has some kind of huge
+ # perf issues likely in ruby and/or the underlying windows libs
context "when parsing big floats", :ruby_gte_193 => true, :unix_only => true do
let(:json) { '[0.' + '1' * 2**23 + ']' }