From 5b11b87e18061a45fd9c3e171e374f24ec72c123 Mon Sep 17 00:00:00 2001 From: aestene Date: Wed, 15 May 2024 13:03:37 +0200 Subject: [PATCH] Tests are now working most of the time Exception is MissionSchedulingControllerTests and once in a while problems with TestMissionEventHandler. All of these are due to background processes not shutting down correctly or in time. --- backend/api.test/Controllers/AreaControllerTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/api.test/Controllers/AreaControllerTests.cs b/backend/api.test/Controllers/AreaControllerTests.cs index aee8ea699..33571acf2 100644 --- a/backend/api.test/Controllers/AreaControllerTests.cs +++ b/backend/api.test/Controllers/AreaControllerTests.cs @@ -73,7 +73,7 @@ public async Task TestCreateAreaEndpoint() Assert.Equal(query.AreaName, area!.Name); } - [Fact(Skip = "Reason")] + [Fact] public async Task CheckThatMissionDefinitionIsCreatedInAreaWhenSchedulingACustomMissionRun() { // Arrange