Skip to content

Commit

Permalink
Assign IntegrationTestAttribute.CanRunOnCI.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Jun 19, 2024
1 parent b64a659 commit 54a2c18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public sealed class IntegrationTestAttribute : Attribute, ITraitAttribute
{
public IntegrationTestAttribute(string validPlatform, bool canRunOnCI = true)
{
CanRunOnCI = canRunOnCI;
ValidPlatform = validPlatform;
}

Expand Down

0 comments on commit 54a2c18

Please sign in to comment.