Skip to content

Commit

Permalink
restore of test execution for suspicious test
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 17, 2024
1 parent d0e39b6 commit 8590507
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class DotnetNewTests : TestBase
// 15m
[InlineData("Project1", "gitUser", "authorname")]
[InlineData("Project2", "gitUser", "authorname")]
[Trait("Category","SkipInCI")]
// [Trait("Category","SkipInCI")]
[Theory(Timeout = 900_000)]
private async Task ScaffoldRepo(string projectName, string gitUser, string author)
{
Expand Down

0 comments on commit 8590507

Please sign in to comment.