Skip to content

Commit

Permalink
disable timezone in native prim docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Sep 20, 2024
1 parent 2a5b8df commit 131138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/primitive/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ mod tests {
if let PrimDocLine::Example(ex) = line {
if [
"&sl", "&tcpc", "&tlsc", "&ast", "&clset", "&fo", "&fc", "&fde", "&ftr",
"&fld", "&fif", "&fras", "&frab", "&fmd",
"&fld", "&fif", "&fras", "&frab", "&fmd", "timezone",
]
.iter()
.any(|prim| ex.input.contains(prim))
Expand Down

0 comments on commit 131138b

Please sign in to comment.