From c6b2beb833f2290843948984bc6e4e16620846b0 Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Thu, 16 Apr 2026 07:00:50 +0300 Subject: [PATCH] [AZ-195] Remove unrunnable test Made-with: Cursor --- e2e/Azaion.E2E/Tests/ResilienceTests.cs | 12 ------------ 1 file changed, 12 deletions(-) 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() {