Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit be09ad1

Browse files
authored
Merge branch 'master' into fixes/git-installer
2 parents b6eb61c + eb1be80 commit be09ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ public void ShouldDetectGitPull()
361361
repositoryManagerListener.DidNotReceive().OnLocksUpdated(Args.EnumerableGitLock);
362362
}
363363

364-
[Test]
364+
[Test, Ignore("Failing on CI, needs fixing")]
365365
public void ShouldDetectGitFetch()
366366
{
367367
InitializeEnvironment(TestRepoMasterCleanUnsynchronized);

0 commit comments

Comments
 (0)