Skip to content

Commit 4cfcfa7

Browse files
authored
Delete MultilevelSDKLookup test class (#116396)
Multi-level lookup was disabled in 7.0 - for SDK lookup (unlike runtime lookup, which is affected by tfm), it is always disabled. I don't think tests validating that it is indeed disabled regardless of if/how the environment variable is set are still useful. Aside from SdkResolutionError, all the cases in MultilevelSDKLookup are covered in SDKLookup. This change moves that one test case and deletes the MultilevelSDKLookup test class.
1 parent 01bf094 commit 4cfcfa7

File tree

4 files changed

+29
-531
lines changed

4 files changed

+29
-531
lines changed

src/installer/tests/HostActivation.Tests/DotnetArgValidation.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33

44
using System;
55
using System.IO;
6+
using Microsoft.DotNet.CoreSetup.Test;
67
using Microsoft.DotNet.TestUtils;
78
using Xunit;
89

9-
namespace Microsoft.DotNet.CoreSetup.Test.HostActivation
10+
namespace HostActivation.Tests
1011
{
1112
public class DotnetArgValidation : IClassFixture<DotnetArgValidation.SharedTestState>
1213
{

0 commit comments

Comments
 (0)