Skip to content

Commit 21bd70d

Browse files
Cleanup tests (#4406)
1 parent 10eebba commit 21bd70d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public void CPPRunAllTestExecutionPlatformx64Net(RunnerInfo runnerInfo)
7070
[TestMethod]
7171
[TestCategory("Windows-Review")]
7272
[NetFullTargetFrameworkDataSource]
73-
// After the bump due to the new vesion it doesn't fine anymore a correct Microsoft.VisualStudio.Telemetry version, new version are taking newer versions of it and the test if for the legacy platform.
7473
[Ignore("After the bump of TestPlatformRemoteExternalsVersion to 17.6 it doesn't work anymore, it's a test for the legacy platform and fails for wrong Microsoft.VisualStudio.Telemetry version.")]
7574
public void WebTestRunAllTestsWithRunSettings(RunnerInfo runnerInfo)
7675
{
@@ -129,7 +128,7 @@ public void WebTestRunAllTestsWithRunSettings(RunnerInfo runnerInfo)
129128
[TestMethod]
130129
[TestCategory("Windows-Review")]
131130
[NetFullTargetFrameworkDataSource]
132-
[Ignore("Test expected .NETFramework,Version=v4.5.2 support but the minimum one is .NETFramework,Version=v4.6.2")]
131+
[Ignore("Test expects .NETFramework,Version=v4.5.2 support but the minimum one is .NETFramework,Version=v4.6.2")]
133132
public void CodedWebTestRunAllTests(RunnerInfo runnerInfo)
134133
{
135134
if (!IsCI)

0 commit comments

Comments
 (0)