Skip to content

Commit 1a2b21d

Browse files
committed
Remove Skip attribute
1 parent f4de547 commit 1a2b21d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)