Skip to content

Commit

Permalink
exclude of test because it still times out in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taori committed Aug 17, 2024
1 parent d34f888 commit 86bd4cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class DotnetNewTests : TestBase
{
[InlineData("Project1", "gitUser", "authorname")]
[InlineData("Project2", "gitUser", "authorname")]
// [Trait("Category","SkipInCI")]
[Trait("Category","SkipInCI")]
// https://github.com/taori/Amusoft.DotnetNew.Tests/issues/1
[Theory(Timeout = 60_000)]
private async Task ScaffoldRepo(string projectName, string gitUser, string author)
Expand Down

0 comments on commit 86bd4cf

Please sign in to comment.