Skip to content

Commit 93d0e01

Browse files
committed
Ignoring dynamic repo tests, they are quite slow and seem to fail on the second run. See #1073
1 parent 7dc88d1 commit 93d0e01

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
@@ -22,6 +22,7 @@ public void CreateTemporaryRepository()
2222
// Directory.Delete(workDirectory, true);
2323
//}
2424

25+
[Ignore("These tests are slow and fail on the second run in Test Explorer and need to be re-written")]
2526
[TestCase("GV_master_1", "https://github.com/GitTools/GitVersion", "master", "4783d325521463cd6cf1b61074352da84451f25d", "4.0.0+1126")]
2627
[TestCase("GV_master_2", "https://github.com/GitTools/GitVersion", "master", "3bdcd899530b4e9b37d13639f317da04a749e728", "4.0.0+1132")]
2728
public void FindsVersionInDynamicRepo(string name, string url, string targetBranch, string commitId, string expectedFullSemVer)

0 commit comments

Comments
 (0)