Skip to content

Commit

Permalink
Update AotCompatibilityTests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
RojaEnnam authored and brentschmaltz committed Jun 7, 2023
1 parent 48aab10 commit 0ac187f
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]
[Fact(Skip = "need to adjust timeout")]
public void EnsureAotCompatibility()
{
string testAppPath = Path.Combine("..", "..", "..", "..", "Microsoft.IdentityModel.AotCompatibility.TestApp");
Expand Down

0 comments on commit 0ac187f

Please sign in to comment.