diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-01-04 17:25:30 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-01-04 17:25:30 +0900 |
commit | 47bf64a26d3d95a312ea5cf5d94ee1d2104f5e26 (patch) | |
tree | 6781f40ea1236810198f1f00e024c95cb0a55d60 /test/ruby/test_settracefunc.rb | |
parent | f0669fb6cbdbad499974252ef2d955a608d0adc1 (diff) |
Use omit instead of skip: test/ruby/**/*.rb
Diffstat (limited to 'test/ruby/test_settracefunc.rb')
-rw-r--r-- | test/ruby/test_settracefunc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_settracefunc.rb b/test/ruby/test_settracefunc.rb index c25debb38e..e973e3a384 100644 --- a/test/ruby/test_settracefunc.rb +++ b/test/ruby/test_settracefunc.rb @@ -2371,7 +2371,7 @@ CODE } assert_equal [], events, 'script_compiled event should not be invoked on compile error' - skip "TODO: test for requires" + omit "TODO: test for requires" events.clear tp.enable{ |