You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/powershell/engine/Module/IsolatedModule.Tests.ps1
+14-6
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,6 @@
4
4
Describe "Isolated module scenario - load the whole module in custom ALC"-Tag 'CI' {
5
5
It "Loading 'IsolatedModule' should work as expected" {
6
6
7
-
Set-ItResult-Pending -Because "The test is failing as we cannot depend on Newtonsoft.Json v10.0.0 as it has security vulnerabilities."
8
-
9
7
## The 'IsolatedModule' module can be found at '<repo-root>\test\tools\Modules'.
10
8
## The module assemblies are created and deployed by '<repo-root>\test\tools\TestAlc'.
11
9
## The module defines its own custom ALC and has its module structure organized in a special way that allows the module to be loaded in that custom ALC.
@@ -14,9 +12,15 @@ Describe "Isolated module scenario - load the whole module in custom ALC" -Tag '
14
12
## │ Test.Isolated.Init.dll (contains the custom ALC and code to setup 'Resolving' handler)
0 commit comments