Skip to content

Commit

Permalink
Enable test ExecuteCommandAsync_WithMultiplePackagesAndInvalidCertifi…
Browse files Browse the repository at this point in the history
…cate_RaisesErrorsOnceAsync (#3342)

* enable a test, change the comments; extend test limitation on Linux
  • Loading branch information
heng-liu committed Jun 12, 2020
1 parent 2b06877 commit ebf0ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/vsts_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ jobs:

- job: Tests_On_Linux
dependsOn: Initialize_Build
timeoutInMinutes: 15
timeoutInMinutes: 45
variables:
FULLVSTSBUILDNUMBER: $[dependencies.Initialize_Build.outputs['updatebuildnumber.FullVstsBuildNumber']]
SDKVersionForBuild: $[dependencies.Initialize_Build.outputs['getSDKVersionForBuild.SDKVersionForBuild']]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ public async Task ExecuteCommandAsync_WithAmbiguousMatch_ThrowsAsync()
}
}

//skip this test as the signing APIs are not yet implemented. We should enable this test when signing APIs are implemented. Tracking issue:https://github.com/NuGet/Home/issues/8807
#if IS_DESKTOP
//skip this test when signing is not supported, as the signing APIs are not implemented.
#if IS_SIGNING_SUPPORTED
[Fact]
public async Task ExecuteCommandAsync_WithMultiplePackagesAndInvalidCertificate_RaisesErrorsOnceAsync()
{
Expand Down

0 comments on commit ebf0ad1

Please sign in to comment.