Skip to content

Commit

Permalink
[tests] EndToEnd Skip oracle only on CI, and not local runs (#3382)
Browse files Browse the repository at this point in the history
  • Loading branch information
radical authored Apr 4, 2024
1 parent 8bcf5d8 commit 2452517
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Aspire.EndToEnd.Tests/IntegrationServicesTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ public Task VerifyComponentWorks(TestResourceNames resourceName)
}
});

[Fact(Skip="https://github.com/dotnet/aspire/issues/3161")]
[ConditionalFact]
[SkipOnCI("https://github.com/dotnet/aspire/issues/3161")]
[Trait("scenario", "oracle")]
public Task VerifyOracleComponentWorks()
=> VerifyComponentWorks(TestResourceNames.oracledatabase);
Expand Down

0 comments on commit 2452517

Please sign in to comment.