Skip to content

Commit 594ce69

Browse files
authored
unskip EnsureAotCompatibility test - passing locally (#2951)
1 parent 160a81d commit 594ce69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.IdentityModel.AotCompatibility.Tests/AotCompatibilityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public AotCompatibilityTests(ITestOutputHelper testOutputHelper)
3232
///
3333
/// You can also 'dotnet publish' the 'Microsoft.IdentityModel.AotCompatibility.TestApp.csproj' as well to get the errors.
3434
/// </summary>
35-
[Fact(Skip = "need to adjust timeout")]
35+
[Fact]
3636
public void EnsureAotCompatibility()
3737
{
3838
string testAppPath = Path.Combine("..", "..", "..", "..", "Microsoft.IdentityModel.AotCompatibility.TestApp");

0 commit comments

Comments
 (0)