Skip to content

Commit

Permalink
Cleanup tests (#4406)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRossignoli authored Apr 19, 2023
1 parent 10eebba commit 21bd70d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 21bd70d

Please sign in to comment.