Skip to content

Commit f87e59f

Browse files
CopilotmarcpopMSFT
andcommitted
Update verbosity tests to reflect diagnostic-only behavior
Co-authored-by: marcpopMSFT <[email protected]>
1 parent 40c42b7 commit f87e59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotnet.Tests/CommandTests/Workload/Install/GivenDotnetWorkloadInstall.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)