diff --git a/backend/Testing/LexCore/Services/HgServiceTests.cs b/backend/Testing/LexCore/Services/HgServiceTests.cs index c1bb0c6fa..dae6f7a4b 100644 --- a/backend/Testing/LexCore/Services/HgServiceTests.cs +++ b/backend/Testing/LexCore/Services/HgServiceTests.cs @@ -53,9 +53,9 @@ public void DetermineProjectPrefixWorks(HgType type, string expectedUrl) HgService.DetermineProjectUrlPrefix(type, _hgConfig).ShouldBe(expectedUrl); } - [Theory] - [InlineData(".hg/important-file.bin")] - [InlineData("unzip-test/.hg/important-file.bin")] + // [Theory] + // [InlineData(".hg/important-file.bin")] + // [InlineData("unzip-test/.hg/important-file.bin")] public async Task CanFinishResetByUnZippingAnArchive(string filePath) { // arrange @@ -98,7 +98,7 @@ private void CreateSimpleEntry(ZipArchive zipArchive, string filePath) fileStream.Flush(); } - [Fact] + // [Fact] public async Task ThrowsIfNoHgFolderIsFound() { var code = "unzip-test-no-hg";