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

Commit 004f031

Browse files
Merge branch 'master' into fixes/repository-remove-remote-branch
2 parents ae253f9 + d89006a commit 004f031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/IntegrationTests/Events/RepositoryManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ await RepositoryManager
192192
repositoryManagerListener.DidNotReceive().OnRemoteBranchRemoved(Args.String, Args.String);
193193
}
194194

195-
[Test]
195+
[Test, Ignore("Fails often")]
196196
public async Task ShouldAddAndCommitAllFiles()
197197
{
198198
await Initialize(TestRepoMasterCleanSynchronized);

0 commit comments

Comments
 (0)