mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip the Process.clock_getres spec on AIX
https://rubyci.org/logs/rubyci.s3.amazonaws.com/aix71_ppc/ruby-trunk/log/20190522T103301Z.fail.html.gz
This commit is contained in:
parent
498113d5d3
commit
50e993d4e3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require_relative '../../spec_helper'
|
|||
require_relative 'fixtures/clocks'
|
||||
|
||||
describe "Process.clock_getres" do
|
||||
platform_is_not :freebsd do # clock_getres() seems incorrect on FreeBSD
|
||||
platform_is_not :freebsd, :aix do # clock_getres() seems incorrect on FreeBSD and AIX?
|
||||
ProcessSpecs.clock_constants_for_resolution_checks.each do |name, value|
|
||||
it "matches the clock in practice for Process::#{name}" do
|
||||
times = []
|
||||
|
|
Loading…
Add table
Reference in a new issue