diff --git a/test/new-e2e/tests/windows/install-test/system_file_tester.go b/test/new-e2e/tests/windows/install-test/system_file_tester.go index 7ea943aa1f580..4c70d12a993f5 100644 --- a/test/new-e2e/tests/windows/install-test/system_file_tester.go +++ b/test/new-e2e/tests/windows/install-test/system_file_tester.go @@ -18,7 +18,6 @@ func SystemPaths() []string { // Ignoring paths while creating the snapshot reduces the snapshot size by >90% return []string{ `C:\Windows\assembly\`, - `C:\Windows\Microsoft.NET\assembly\`, `C:\windows\AppReadiness\`, `C:\Windows\Temp\`, `C:\Windows\Prefetch\`, @@ -39,6 +38,7 @@ func SystemPaths() []string { `C:\Windows\System32\Tasks\`, `C:\Windows\System32\spp\`, `C:\Windows\SystemTemp\`, + `C:\Windows\Microsoft.NET\`, } }