Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added additional comment on why the test is ignored
  • Loading branch information
onionhammer committed Apr 5, 2023
commit be79b0cbb7a68d76c41d2cb7414d590c763427cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public void DateTimeKindIsPreservedTest()
Assert.AreEqual("(a[\"StartDate\"] <= \"2022-05-26\")", sql);
}

// Ignored for now because the test is failing in current production implementation of Cosmos SDK
[TestMethod, Ignore]
public void EnumIsPreservedAsINTest()
{
Expand Down