From dcc7c12dd8df2c28e8b8bce131b3f854ab676720 Mon Sep 17 00:00:00 2001 From: half-ogre Date: Fri, 27 Sep 2013 12:45:26 -0700 Subject: [PATCH] remove where we try to run tests for RT --- script/cibuild.ps1 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/script/cibuild.ps1 b/script/cibuild.ps1 index dceaaaa9..15b50815 100644 --- a/script/cibuild.ps1 +++ b/script/cibuild.ps1 @@ -112,17 +112,6 @@ if ($result.ExitCode -eq 0) { } Write-Output "" -Write-Output "Running Octokit.Tests..." -$result = Run-XUnit OctokitRT.Tests 120 -if ($result.ExitCode -eq 0) { - # Print out the test result summary. - Write-Output $result.Output[-1] -} else { - $exitCode = $result.ExitCode - Write-Output $result.Output -} -Write-Output "" - Write-Output "Running Octokit.Tests.Integration..." $result = Run-XUnit Octokit.Tests.Integration 180 if ($result.ExitCode -eq 0) {