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

Commit 02397b8

Browse files
Merge branch 'master' into fixes/git-lfs
2 parents 076e69f + b41c846 commit 02397b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public void ShouldDetectChangesToRemotes()
315315
repositoryManagerListener.DidNotReceive().OnLocksUpdated(Args.EnumerableGitLock);
316316
}
317317

318-
[Test]
318+
[Test, Ignore("Failing on CI, needs fixing")]
319319
public void ShouldDetectGitPull()
320320
{
321321
InitializeEnvironment(TestRepoMasterCleanSynchronized);

src/IntegrationTests/Events/RepositoryWatcherTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public void ShouldDetectChangesToRemotes()
275275
}
276276
}
277277

278-
[Test]
278+
[Test, Ignore("Failing on CI, needs fixing")]
279279
public void ShouldDetectGitPull()
280280
{
281281
InitializeEnvironment(TestRepoMasterCleanSynchronized);

0 commit comments

Comments
 (0)