File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/dotnet.Tests/CommandTests/Workload/Install Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,7 @@ public void HideManifestUpdateCheckWhenVerbosityIsQuiet()
603603 [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/25175" ) ]
604604 [ InlineData ( "--verbosity:minimal" ) ]
605605 [ InlineData ( "--verbosity:normal" ) ]
606+ [ InlineData ( "--verbosity:detailed" ) ]
606607 public void HideManifestUpdatesWhenVerbosityIsMinimalOrNormal ( string verbosityFlag )
607608 {
608609 var command = new DotnetCommand ( Log ) ;
@@ -617,9 +618,8 @@ public void HideManifestUpdatesWhenVerbosityIsMinimalOrNormal(string verbosityFl
617618 }
618619
619620 [ Theory ( Skip = "https://github.com/dotnet/sdk/issues/25175" ) ]
620- [ InlineData ( "--verbosity:detailed" ) ]
621621 [ InlineData ( "--verbosity:diagnostic" ) ]
622- public void ShowManifestUpdatesWhenVerbosityIsDetailedOrDiagnostic ( string verbosityFlag )
622+ public void ShowManifestUpdatesWhenVerbosityIsDiagnostic ( string verbosityFlag )
623623 {
624624 string sdkFeatureBand = "6.0.300" ;
625625
You can’t perform that action at this time.
0 commit comments