From 02518f7f8b6829be3dbb2786a0d1a644c1549aa1 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Thu, 27 Apr 2023 17:20:08 -0500 Subject: [PATCH] Re-enable EnsureAotCompatibility test --- .../AotCompatibilityTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.IdentityModel.AotCompatibility.Tests/AotCompatibilityTests.cs b/test/Microsoft.IdentityModel.AotCompatibility.Tests/AotCompatibilityTests.cs index dffd9587bd..1d6c421ea4 100644 --- a/test/Microsoft.IdentityModel.AotCompatibility.Tests/AotCompatibilityTests.cs +++ b/test/Microsoft.IdentityModel.AotCompatibility.Tests/AotCompatibilityTests.cs @@ -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. /// - [Fact(Skip = "need to adjust timeout")] + [Fact] public void EnsureAotCompatibility() { string testAppPath = Path.Combine("..", "..", "..", "..", "Microsoft.IdentityModel.AotCompatibility.TestApp");