Skip to content

Commit e3adfab

Browse files
Run unit tests explicitly for dynamic repositories
1 parent 9fcc482 commit e3adfab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersionCore.Tests/DynamicRepositoryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public void Cleanup()
3535
// Note: use same name twice to see if changing commits works on same (cached) repository
3636
//[Ignore("These tests are slow and fail on the second run in Test Explorer and need to be re-written")]
3737
[NonParallelizable]
38+
[Explicit]
3839
[TestCase("GV_master", "https://github.com/GitTools/GitVersion", "master", "4783d325521463cd6cf1b61074352da84451f25d", "4.0.0+1086")]
3940
[TestCase("GV_master", "https://github.com/GitTools/GitVersion", "master", "3bdcd899530b4e9b37d13639f317da04a749e728", "4.0.0+1092")]
4041
[TestCase("Ctl_develop", "https://github.com/Catel/Catel", "develop", "0e2b6c125a730d2fa5e24394ef64abe62c98e9e9", "5.12.0-alpha.188")]

0 commit comments

Comments
 (0)