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

Commit b0ee14e

Browse files
Merge branch 'master' into fix-authentication-again
2 parents de215b9 + 8cd7062 commit b0ee14e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/GitHub.Api/Application/ApplicationManagerBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ public void Run()
137137
RestartRepository();
138138
}
139139

140-
progress.UpdateProgress(100, 100, "Initialization failed");
140+
progress.UpdateProgress(100, 100, "Initialized");
141141
}
142142
catch (Exception ex)
143143
{

src/tests/IntegrationTests/Process/ProcessManagerIntegrationTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ namespace IntegrationTests
1313
class ProcessManagerIntegrationTests : BaseGitEnvironmentTest
1414
{
1515
[Test]
16+
[Category("DoNotRunOnAppVeyor")]
1617
public async Task BranchListTest()
1718
{
1819
InitializePlatformAndEnvironment(TestRepoMasterCleanUnsynchronized);

0 commit comments

Comments
 (0)