Skip to content

Commit

Permalink
test: Don't run Nordigen integration tests in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
VMelnalksnis committed Feb 3, 2024
1 parent 8400189 commit cefa4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public HealthChecksTests(WebserverFixture fixture)
}

[Test]
[Parallelizable(ParallelScope.None)] // Hitting some Nordigen limits
public async Task Health_ShouldReturnHealthy()
{
var apiClient = Fixture.CreateHttpClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public async Task GetInstitutions_ShouldReturnExpected()
}

[Test]
[Parallelizable(ParallelScope.None)] // Hitting some account endpoint limits
public async Task Import_ShouldReturnExpected()
{
var client = await Fixture.CreateAuthorizedClientAsync();
Expand Down

0 comments on commit cefa4bb

Please sign in to comment.