Skip to content

Commit

Permalink
Merge pull request #20968 from abpframework/DateTime_Kind_Should_Be_N…
Browse files Browse the repository at this point in the history
…ormalized_In_View_Query_Test

Skip `DateTime_Kind_Should_Be_Normalized_In_View_Query_Test` test.
  • Loading branch information
realLiangshiwei authored Oct 4, 2024
2 parents 60a5887 + d3ec061 commit 5fe3e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Volo.Abp.EntityFrameworkCore.ValueConverters;

public abstract class EFCore_DateTimeKindTests : DateTimeKind_Tests<AbpEntityFrameworkCoreTestModule>
{
[Fact]
[Fact(Skip = "https://github.com/dotnet/efcore/issues/34760")]
public async Task DateTime_Kind_Should_Be_Normalized_In_View_Query_Test()
{
var personName = "bob lee";
Expand Down

0 comments on commit 5fe3e96

Please sign in to comment.