From f95039af7584a2fa27e4d1cbcdf28bbf5b5ecdcf Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 11 Jan 2022 21:17:53 +0900 Subject: Use omit instead of skip without the default gems tests --- test/dtrace/helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dtrace') diff --git a/test/dtrace/helper.rb b/test/dtrace/helper.rb index ce730800b4..7fa16965f1 100644 --- a/test/dtrace/helper.rb +++ b/test/dtrace/helper.rb @@ -122,7 +122,7 @@ module DTrace def trap_probe d_program, ruby_program if Hash === d_program d_program = d_program[IMPL] or - skip "#{d_program} not implemented for #{IMPL}" + omit "#{d_program} not implemented for #{IMPL}" elsif String === d_program && IMPL == :stap d_program = dtrace2systemtap(d_program) end -- cgit v1.2.1