Skip to content

Commit

Permalink
Needed a longer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Jul 16, 2024
1 parent c430030 commit 9ef2c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CommunityToolkit.Aspire.AppHost.Tests/ProgramTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace CommunityToolkit.Aspire.AppHost.Tests;

public class ProgramTests
{
[Fact/*(Skip = "Unable to run on CI. Waiting to find out how to get better diagnostics.")*/]
[Fact]
public async Task Given_Container_Resource_When_Invoked_Then_Root_Returns_OK()
{
// Arrange
Expand Down

0 comments on commit 9ef2c1c

Please sign in to comment.