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

Commit d89006a

Browse files
authored
Merge pull request #383 from github-for-unity/fixes/disable-integration-test
Temporaily disabling integration test that incorrectly fails often
2 parents 2f38e6a + 99ca3a0 commit d89006a

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)