File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/VirtualClient/VirtualClient.Dependencies.UnitTests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -368,6 +368,7 @@ public async Task ExecuteCommandResolvesPackagePathExpressionsOnInitializationIn
368
368
}
369
369
370
370
[ Test ]
371
+ [ Platform ( "Win" ) ]
371
372
public async Task ExecuteCommandTheResolvedPackagePathExpressionsWhenExecutingCommandsOnWindowsSystems ( )
372
373
{
373
374
this . SetupDefaults ( PlatformID . Win32NT ) ;
@@ -407,7 +408,7 @@ public async Task ExecuteCommandTheResolvedPackagePathExpressionsWhenExecutingCo
407
408
[ Test ]
408
409
public async Task ExecuteCommandTheResolvedPackagePathExpressionsWhenExecutingCommandsOnUnixSystems ( )
409
410
{
410
- this . SetupDefaults ( PlatformID . Win32NT ) ;
411
+ this . SetupDefaults ( PlatformID . Unix ) ;
411
412
string packagePath = this . mockFixture . GetPackagePath ( "anypackage" ) ;
412
413
413
414
// The package MUST exist on the system.
You can’t perform that action at this time.
0 commit comments