Skip to content

Commit

Permalink
Trying to isolate a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Oct 22, 2024
1 parent 70a6136 commit a2738b1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/DocumentDbTests/Reading/query_plans.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@

namespace DocumentDbTests.Reading;

public class query_plans : IntegrationContext
public class query_plans : OneOffConfigurationsContext
{
public query_plans(DefaultStoreFixture fixture) : base(fixture)
{
}

[Fact]
public async Task query_by_query_plan()
{
Expand Down

0 comments on commit a2738b1

Please sign in to comment.