Commit 4cfcfa7
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- src/installer/tests/HostActivation.Tests
4 files changed
+29
-531
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments