Skip to content

Commit 7231d00

Browse files
committed
Skip incorrect test
1 parent d32af91 commit 7231d00

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/EFCore.PG.FunctionalTests/Query/QueryNpgsqlTest.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ public override void OrderBy_coalesce_skip_take_distinct_take() { }
2121
[Fact(Skip = "Support in PG only for numerics")]
2222
public override void Where_math_log_new_base() { }
2323

24+
[Fact(Skip = "https://github.com/aspnet/EntityFrameworkCore/pull/10352")]
25+
public override void DefaultIfEmpty_in_subquery_nested() {}
26+
2427
#region Inherited
2528

2629
public override void String_Contains_Literal()

0 commit comments

Comments
 (0)