Skip to content

Commit

Permalink
ci: We don't need to order the tests files based on Git timestamp.
Browse files Browse the repository at this point in the history
And the call fails under certain conditions.
  • Loading branch information
amanda-tarafa committed Apr 17, 2023
1 parent 46d3cfd commit b5c19bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .kokoro/main.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ try {
if ($scripts.Count -gt 0)
{
$scripts.VersionInfo.FileName `
| Sort-Object -Descending -Property {Get-GitTimeStampForScript $_} `
| Run-TestScripts -TimeoutSeconds 600
}
}
Expand Down

0 comments on commit b5c19bb

Please sign in to comment.