[AZ-195] Remove unrunnable test

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-16 07:00:50 +03:00
parent 74f5594b0c
commit c6b2beb833
-12
View File
@@ -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()
{