Skip to content

Commit

Permalink
Re-enable EnsureAotCompatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
eerhardt authored and brentschmaltz committed May 24, 2023
1 parent 2b1b78b commit 02518f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public AotCompatibilityTests(ITestOutputHelper testOutputHelper)
///
/// You can also 'dotnet publish' the 'Microsoft.IdentityModel.AotCompatibility.TestApp.csproj' as well to get the errors.
/// </summary>
[Fact(Skip = "need to adjust timeout")]
[Fact]
public void EnsureAotCompatibility()
{
string testAppPath = Path.Combine("..", "..", "..", "..", "Microsoft.IdentityModel.AotCompatibility.TestApp");
Expand Down

0 comments on commit 02518f7

Please sign in to comment.