Skip to content

Commit

Permalink
Skip problematic test until test setup overhauled
Browse files Browse the repository at this point in the history
  • Loading branch information
andchiind committed Dec 12, 2024
1 parent 1648689 commit 6f6d1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api.test/Client/RobotTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public async Task GetRobotById_ShouldReturnRobot()
}


[Fact]
[Fact (Skip = "Runs inconcistently as it is tied to the database interactions of other tests")]
public async Task RobotIsNotCreatedWithAreaNotInInstallation()
{
// Arrange - Area
Expand Down

0 comments on commit 6f6d1dc

Please sign in to comment.