diff options
author | Yuta Saito <[email protected]> | 2022-02-28 03:03:55 +0000 |
---|---|---|
committer | Yuta Saito <[email protected]> | 2022-03-17 17:44:41 +0900 |
commit | e9553a8cac633067e0da08d78e2200944d33bfdd () | |
tree | 41f0529dcf4ce6a9c23b49ac33f24f37f60f3f92 | |
parent | 7023b3d394e111be8911e364ac59e03ca1d8e13f (diff) |
spec: skip specs where set TZ environment variable for WASI
WASI doesn't respect TZ env var for now
Notes: Merged: https://.com/ruby/ruby/pull/5673
-rw-r--r-- | spec/mspec/lib/mspec/helpers/datetime.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ def new_datetime(opts = {}) end def with_timezone(name, offset = nil, daylight_saving_zone = "") zone = name.dup if offset |