Skip to content

Commit

Permalink
Tests are now working most of the time
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
aeshub committed May 15, 2024
1 parent 87ed332 commit 5b11b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api.test/Controllers/AreaControllerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task TestCreateAreaEndpoint()
Assert.Equal(query.AreaName, area!.Name);
}

[Fact(Skip = "Reason")]
[Fact]
public async Task CheckThatMissionDefinitionIsCreatedInAreaWhenSchedulingACustomMissionRun()
{
// Arrange
Expand Down

0 comments on commit 5b11b87

Please sign in to comment.