Skip to content

Commit

Permalink
Fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Mar 9, 2025
1 parent 341ecb5 commit 1ba1277
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/OrchardCore.Tests/CIFact.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ public string? Skip

/// <inheritdoc/>
public int Timeout { get; set; }

public Type[]? SkipExceptions => Array.Empty<Type>();
}

0 comments on commit 1ba1277

Please sign in to comment.