Skip to content

Commit

Permalink
Removing STJ specific LINQ queries because it's a duplicate, and weir…
Browse files Browse the repository at this point in the history
…dly unstable
  • Loading branch information
jeremydmiller committed Oct 23, 2024
1 parent 3edc627 commit 4da5818
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/LinqTests/Acceptance/select_clauses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ public Task run_query(string description)
return assertTestCase(description, Fixture.Store);
}

[Theory]
[MemberData(nameof(GetDescriptions))]
public Task run_query_with_stj(string description)
{
return assertTestCase(description, Fixture.SystemTextJsonStore);
}
// [Theory]
// [MemberData(nameof(GetDescriptions))]
// public Task run_query_with_stj(string description)
// {
// return assertTestCase(description, Fixture.SystemTextJsonStore);
// }

public class Person
{
Expand Down

0 comments on commit 4da5818

Please sign in to comment.