Skip to content

Commit

Permalink
Remove skipping FnDateFormat since it has been fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Nayak <[email protected]>
  • Loading branch information
rohit-nayak-ps committed Dec 27, 2024
1 parent 606240b commit 7065d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vtgate/evalengine/testcases/cases.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var Cases = []TestCase{
{Run: FnSHA1},
{Run: FnSHA2},
{Run: FnRandomBytes},
// Temporarily commenting failing test // {Run: FnDateFormat},
{Run: FnDateFormat},
{Run: FnConvertTz},
{Run: FnDate},
{Run: FnDayOfMonth},
Expand Down

0 comments on commit 7065d27

Please sign in to comment.