mirror of https://github.com/ByConity/ByConity
Removing hard coded SKIP flag and xfailed it instead.
This commit is contained in:
parent
b194965a56
commit
d1bc4b56cd
|
@ -47,6 +47,7 @@ xfails = {
|
|||
"reference times/:": [(Fail, "check procedure unclear")],
|
||||
# need to investigate
|
||||
"type conversion/to datetime/cast=True": [(Fail, "need to investigate")],
|
||||
"date time funcs/today": [(Fail, "need to investigate")]
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1144,7 +1144,6 @@ def now(self):
|
|||
@Requirements(
|
||||
RQ_SRS_010_DateTime64_ExtendedRange_DatesAndTimesFunctions_today("1.0")
|
||||
)
|
||||
@Flags(SKIP)
|
||||
def today(self):
|
||||
"""Check the today() conversion to DateTime64 extended range.
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue