Skip to content

Commit

Permalink
Skip test due to bug with InMemoryDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasduft committed Mar 27, 2024
1 parent c1de25a commit f0b2ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/ApplicationApiTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public async Task UpdateConfidentialApplicationApplicationIsNotUpdated()
Assert.Equal(HttpStatusCode.BadRequest, response.StatusCode);
}

[Fact]
[Fact(Skip = "There seems to be a bug when using InMemoryDatabase.")]

Check warning on line 183 in tests/Integration/ApplicationApiTest.cs

View workflow job for this annotation

GitHub Actions / build

Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)

Check warning on line 183 in tests/Integration/ApplicationApiTest.cs

View workflow job for this annotation

GitHub Actions / build

Test methods should not be skipped. Remove the Skip property to start running the test again. (https://xunit.net/xunit.analyzers/rules/xUnit1004)
public async Task DeleteAsyncApplicationDeleted()
{
// Arrange
Expand Down

0 comments on commit f0b2ee9

Please sign in to comment.