We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc88d1 commit 93d0e01Copy full SHA for 93d0e01
src/GitVersionCore.Tests/DynamicRepositoryTests.cs
@@ -22,6 +22,7 @@ public void CreateTemporaryRepository()
22
// Directory.Delete(workDirectory, true);
23
//}
24
25
+ [Ignore("These tests are slow and fail on the second run in Test Explorer and need to be re-written")]
26
[TestCase("GV_master_1", "https://github.com/GitTools/GitVersion", "master", "4783d325521463cd6cf1b61074352da84451f25d", "4.0.0+1126")]
27
[TestCase("GV_master_2", "https://github.com/GitTools/GitVersion", "master", "3bdcd899530b4e9b37d13639f317da04a749e728", "4.0.0+1132")]
28
public void FindsVersionInDynamicRepo(string name, string url, string targetBranch, string commitId, string expectedFullSemVer)
0 commit comments