Skip to content

Commit

Permalink
Skip failing tests tracked by npgsql#2478
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Aug 23, 2022
1 parent e0e30d1 commit aee086d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,6 @@ WHERE o.""OrderID"" < 10300
WHERE c.""CustomerID"" LIKE 'F%'");
}

// [ConditionalTheory(Skip = "invalid reference to FROM-clause entry for table c")]
public override async Task Update_with_cross_apply_set_constant(bool async)
{
await base.Update_with_cross_apply_set_constant(async);
Expand Down Expand Up @@ -1210,6 +1209,7 @@ WHERE c0.""CustomerID"" LIKE 'F%'
WHERE c.""CustomerID"" = t0.""CustomerID""");
}

[ConditionalTheory(Skip = "https://github.com/npgsql/efcore.pg/issues/2478")]
public override async Task Update_with_cross_join_left_join_set_constant(bool async)
{
await base.Update_with_cross_join_left_join_set_constant(async);
Expand All @@ -1232,6 +1232,7 @@ WHERE c."CustomerID" LIKE 'F%'
""");
}

[ConditionalTheory(Skip = "https://github.com/npgsql/efcore.pg/issues/2478")]
public override async Task Update_with_cross_join_cross_apply_set_constant(bool async)
{
await base.Update_with_cross_join_cross_apply_set_constant(async);
Expand All @@ -1254,6 +1255,7 @@ WHERE c."CustomerID" LIKE 'F%'
""");
}

[ConditionalTheory(Skip = "https://github.com/npgsql/efcore.pg/issues/2478")]
public override async Task Update_with_cross_join_outer_apply_set_constant(bool async)
{
await base.Update_with_cross_join_outer_apply_set_constant(async);
Expand Down

0 comments on commit aee086d

Please sign in to comment.