Skip to content

Commit 28da9f7

Browse files
authored
Re-enable telemetry notice tests by removing attribute (#48595)
2 parents 429f584 + 1a2b21d commit 28da9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public void UsingDotnetForTheFirstTimeWithNonVerbsDoesNotPrintEula()
103103
.StartWith(firstTimeNonVerbUseMessage);
104104
}
105105

106-
[WindowsOnlyFact(Skip="https://github.com/dotnet/sdk/issues/43328")]
106+
[WindowsOnlyFact]
107107
public void ItShowsTheAppropriateMessageToTheUser()
108108
{
109109

@@ -151,7 +151,7 @@ public void ItDoesNotCreateAFirstUseSentinelFileNorAnAspNetCertificateSentinelFi
151151
homeFolder.Should().NotExist();
152152
}
153153

154-
[WindowsOnlyFact(Skip="https://github.com/dotnet/sdk/issues/43328")]
154+
[WindowsOnlyFact]
155155
public void ItShowsTheTelemetryNoticeWhenInvokingACommandAfterInternalReportInstallSuccessHasBeenInvoked()
156156
{
157157
var dotnetFirstTime = new DotNetFirstTime();

0 commit comments

Comments
 (0)