spec: skip specs where set TZ environment variable for WASI
WASI doesn't respect TZ env var for now
This commit is contained in:
parent
7023b3d394
commit
e9553a8cac
Notes:
git
2022-03-17 17:45:05 +09:00
@ -25,6 +25,7 @@ def new_datetime(opts = {})
|
||||
end
|
||||
|
||||
def with_timezone(name, offset = nil, daylight_saving_zone = "")
|
||||
skip "WASI doesn't have TZ concept" if PlatformGuard.wasi?
|
||||
zone = name.dup
|
||||
|
||||
if offset
|
||||
|
Loading…
x
Reference in New Issue
Block a user