mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 10:56:34 +00:00
[AZ-195] Remove unrunnable test
Made-with: Cursor
This commit is contained in:
@@ -24,18 +24,6 @@ public sealed class ResilienceTests
|
|||||||
|
|
||||||
public ResilienceTests(TestFixture fixture) => _fixture = fixture;
|
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]
|
[Fact]
|
||||||
public async Task Malformed_authorization_headers_return_401_and_system_remains_operational()
|
public async Task Malformed_authorization_headers_return_401_and_system_remains_operational()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user