Skip to content

Commit

Permalink
Added issues for skipped tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Oct 6, 2021
1 parent 7ef6c75 commit 86e7eb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/EFCore.Specification.Tests/Query/Ef6GroupByTestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ public virtual Task Whats_new_2021_sample_13(bool async)
entryCount: 12);
}

[ConditionalTheory (Skip = "Could not be translated")] // From #12088
[ConditionalTheory (Skip = "Issue #17653")] // From #12088
[MemberData(nameof(IsAsyncData))]
public virtual Task Whats_new_2021_sample_14(bool async)
{
Expand All @@ -871,7 +871,7 @@ public virtual Task Whats_new_2021_sample_14(bool async)
.SelectMany(g => g.OrderByDescending(bp => bp.Id).Take(1).DefaultIfEmpty()));
}

[ConditionalTheory (Skip = "Could not be translated")] // From #12088
[ConditionalTheory (Skip = "Issue #17653")] // From #12088
[MemberData(nameof(IsAsyncData))]
public virtual Task Whats_new_2021_sample_15(bool async)
{
Expand All @@ -882,7 +882,7 @@ public virtual Task Whats_new_2021_sample_15(bool async)
.Select(g => g.OrderByDescending(bp => bp.Id).FirstOrDefault()));
}

[ConditionalTheory (Skip = "Could not be translated")] // From #12573
[ConditionalTheory(Skip = "Issues #19929")] // From #12573
[MemberData(nameof(IsAsyncData))]
public virtual Task Whats_new_2021_sample_16(bool async)
{
Expand Down

0 comments on commit 86e7eb9

Please sign in to comment.