Skip to content

Commit d32af91

Browse files
committed
Skip test not passing on PostgreSQL
1 parent db1c678 commit d32af91

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,8 @@ public override void Query_source_materialization_bug_4547() {}
3030

3131
[Fact(Skip = "PostgreSQL sorts nulls first (#50)")]
3232
public override void Optional_navigation_take_optional_navigation() {}
33+
34+
[Fact(Skip = "PostgreSQL sorts nulls first (#50)")]
35+
public override void Include_reference_collection_order_by_reference_navigation() { }
3336
}
3437
}

0 commit comments

Comments
 (0)