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:
parent
2a34543e11
commit
8c8f2d97cf
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue