From ba176b1b7f4f9e725873d08345e9d3469c74a1e0 Mon Sep 17 00:00:00 2001 From: Marco Rossignoli Date: Wed, 19 Apr 2023 18:24:50 +0200 Subject: [PATCH] cleanup --- .../DifferentTestFrameworkSimpleTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs index 6c22d43607..0ab5326a1f 100644 --- a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs +++ b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/DifferentTestFrameworkSimpleTests.cs @@ -70,7 +70,6 @@ public void CPPRunAllTestExecutionPlatformx64Net(RunnerInfo runnerInfo) [TestMethod] [TestCategory("Windows-Review")] [NetFullTargetFrameworkDataSource] - // 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. [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.")] public void WebTestRunAllTestsWithRunSettings(RunnerInfo runnerInfo) { @@ -129,7 +128,7 @@ public void WebTestRunAllTestsWithRunSettings(RunnerInfo runnerInfo) [TestMethod] [TestCategory("Windows-Review")] [NetFullTargetFrameworkDataSource] - [Ignore("Test expected .NETFramework,Version=v4.5.2 support but the minimum one is .NETFramework,Version=v4.6.2")] + [Ignore("Test expects .NETFramework,Version=v4.5.2 support but the minimum one is .NETFramework,Version=v4.6.2")] public void CodedWebTestRunAllTests(RunnerInfo runnerInfo) { if (!IsCI)