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

Remove redundant ignore rule for Process#clock_getres specs

This commit is contained in:
Benoit Daloze 2019-05-20 10:41:57 +02:00
parent 2a34543e11
commit 8c8f2d97cf

View file

@ -40,13 +40,6 @@ module ProcessSpecs
}
end
# CentOS seems to report a negative resolution for CLOCK_MONOTONIC_RAW
platform_is :linux do
clocks = clocks.reject { |clock, value|
clock == :CLOCK_MONOTONIC_RAW and Process.clock_getres(value, :nanosecond) < 0
}
end
# On a Hyper-V Linux guest machine, these clocks in practice
# seem to be less precise than advertised by clock_getres
platform_is :linux do