diff --git a/e2e/Azaion.E2E/Tests/ResilienceTests.cs b/e2e/Azaion.E2E/Tests/ResilienceTests.cs index fa4308b..43b4dec 100644 --- a/e2e/Azaion.E2E/Tests/ResilienceTests.cs +++ b/e2e/Azaion.E2E/Tests/ResilienceTests.cs @@ -24,18 +24,6 @@ public sealed class ResilienceTests public ResilienceTests(TestFixture fixture) => _fixture = fixture; - [Fact(Skip = "Requires Docker container control to stop/restart test-db")] - public void Db_stop_and_restart_recovery_within_10s() - { - // Arrange - // Would: stop the test-db container (docker stop test-db). - // Would: call a health or protected endpoint until API returns errors (e.g. 503/500) or connection failure. - // Act - // Would: start test-db again (docker start test-db). - // Assert - // Would: poll API until successful response within 10 seconds after DB is up. - } - [Fact] public async Task Malformed_authorization_headers_return_401_and_system_remains_operational() {