diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-05-23 14:52:04 +0200 |
|---|---|---|
| committer | Markus Pettersson <markus.pettersson@mullvad.net> | 2024-05-23 14:52:04 +0200 |
| commit | 92e9b0f41d505f6f12e2433311b00cc9a4f9217a (patch) | |
| tree | fd56e430c6cdd747d2d233d3a126628ea1436daf /test | |
| parent | 7ae1bfee65480aaa17ddefa0752bb6950ce290c6 (diff) | |
| parent | 291a684f96cdf59610b4542bbbe152da5cb4d36f (diff) | |
| download | mullvadvpn-92e9b0f41d505f6f12e2433311b00cc9a4f9217a.tar.xz mullvadvpn-92e9b0f41d505f6f12e2433311b00cc9a4f9217a.zip | |
Merge branch 'exclude-test-runner-from-windows-security-des-975'
Diffstat (limited to 'test')
| -rw-r--r-- | test/docs/BUILD_OS_IMAGE.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/docs/BUILD_OS_IMAGE.md b/test/docs/BUILD_OS_IMAGE.md index dc29152ccb..29acebb370 100644 --- a/test/docs/BUILD_OS_IMAGE.md +++ b/test/docs/BUILD_OS_IMAGE.md @@ -209,6 +209,10 @@ This can be achieved as follows: * Shut down. +## Windows Security + +Windows Defender ocasionally kills the `test-runner` because it believes it to be a trojan. This can be worked around by excluding `E:` and [the folder containing the standalone e2e GUI test executable](../../gui/README.md) following this guide: https://support.microsoft.com/en-us/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26. + ## Finishing setup Now you are done! If the VM was configured correctly, `test-manager` will be able to run the test suite using the new OS image. |
