aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/ruby/core/process/fixtures/clocks.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/ruby/core/process/fixtures/clocks.rb b/spec/ruby/core/process/fixtures/clocks.rb
index cd75b8a772..6e8a65f9de 100644
--- a/spec/ruby/core/process/fixtures/clocks.rb
+++ b/spec/ruby/core/process/fixtures/clocks.rb
@@ -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