aboutsummaryrefslogtreecommitdiff
path: root/src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs')
-rw-r--r--src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs b/src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs
index ba793d7a..b751ff75 100644
--- a/src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs
+++ b/src/test/burn/WixToolsetTest.BurnE2E/LongPathTests.cs
@@ -284,6 +284,11 @@ namespace WixToolsetTest.BurnE2E
284 { 284 {
285 WixAssert.Skip($"MAX_PATH is being enforced ({baseFolder})"); 285 WixAssert.Skip($"MAX_PATH is being enforced ({baseFolder})");
286 } 286 }
287 else if (lastError == 3)
288 {
289 // TODO: figure out why Windows Sandbox returns this error instead of 206 like all other environments.
290 WixAssert.Skip($"The system cannot find the path specified ({baseFolder})");
291 }
287 throw new Win32Exception(lastError); 292 throw new Win32Exception(lastError);
288 } 293 }
289 } 294 }