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 15f50d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/api.test/Client/RobotTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ public async Task GetRobotById_ShouldReturnRobot()
}


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

0 comments on commit 15f50d7

Please sign in to comment.