Skip to content

Commit

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

namespace CoreTests;

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

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

0 comments on commit a7fd349

Please sign in to comment.