Skip to content

Commit

Permalink
updating issue numbers for some skipped tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maumar committed May 30, 2019
1 parent cfd0c70 commit e9e44e8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ public virtual void Include_where_list_contains_navigation2(bool isAsync)
}
}

[ConditionalTheory(Skip = "issue #15851")]
[ConditionalTheory(Skip = "issue #15588")]
[MemberData(nameof(IsAsyncData))]
public virtual void Navigation_accessed_twice_outside_and_inside_subquery(bool isAsync)
{
Expand Down Expand Up @@ -1274,7 +1274,7 @@ public virtual Task Select_null_propagation_negative7(bool isAsync)
gs => gs.Select(g => null != g.LeaderNickname ? g.LeaderNickname == g.LeaderNickname : (bool?)null));
}

[ConditionalTheory(Skip = "issue #15850")]
[ConditionalTheory(Skip = "issue #15588")]
[MemberData(nameof(IsAsyncData))]
public virtual Task Select_null_propagation_negative8(bool isAsync)
{
Expand All @@ -1301,7 +1301,7 @@ public virtual Task Select_null_propagation_works_for_navigations_with_composite
select t.Gear != null ? Maybe(t.Gear, () => t.Gear.Nickname) : null);
}

[ConditionalTheory(Skip = "issue #15850")]
[ConditionalTheory(Skip = "issue #15588")]
[MemberData(nameof(IsAsyncData))]
public virtual Task Select_null_propagation_works_for_multiple_navigations_with_composite_keys(bool isAsync)
{
Expand Down

0 comments on commit e9e44e8

Please sign in to comment.