Skip to content

Commit

Permalink
sdk.tests/testScripts/test.xml: Kill msedgewebview2.exe processes
Browse files Browse the repository at this point in the history
To troubleshoot #2651.
  • Loading branch information
sratz authored and fedejeanne committed Dec 12, 2024
1 parent f2f8644 commit bde4260
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
name="setup"
unless="noclean"
depends="init">

<!--Kill msedgewebview2.exe processes on windows to troubleshoot https://github.com/eclipse-platform/eclipse.platform.ui/issues/2620-->
<exec osfamily="windows" executable="taskkill">
<arg line="/im msedgewebview2.exe /f /t"/>
</exec>

<condition
property="setupTarget"
value="setup-zip">
Expand Down

0 comments on commit bde4260

Please sign in to comment.