Markus Krüger

Results 74 comments of Markus Krüger

Just moved from vagrant and virtualbox to WSL 2. Same error. We use WSL 2 with Rancher Desktop.

also server msedge.b.tlu.dl.delivery.mp.microsoft.com is called.

Some more info, if needed, this is the result for two edge instances manually created. ![ntopng](https://user-images.githubusercontent.com/14224592/113733327-a50cc500-96fa-11eb-9efe-09801fb401d3.png)

@vania-pooh for now, we solved it by putting the following into /etc/hosts of the docker host: ``` 127.0.1.1 msedge.b.tlu.dl.delivery.mp.microsoft.com 127.0.1.1 assets.msn.com 127.0.1.1 edge.microsoft.com 127.0.1.1 api.msn.com 127.0.1.1 c.msn.com 127.0.1.1 img-s-msn-com.akamaized.net ```

Seems to be duplicate or releated to #718. This makes it almost impossible to switch from eclipse to vscode. We are not able to execute most of our testclasses because...

> I guess you are using TestNG, which currently does not support well for inherited tests. JUnit should be fine though. @jdneo testng works very well for inherited classes and...

We are also face this issue mith @Before-/AfterMethod. We currently rely on the use of ThreadLocal. Using a time-out breaks this, as the @Before-/AfterMethod uses a different thread.

Same issue here. A class "B" that inherits tests from class "A" cannot be executed, neither from explorer java projects view, nor from testing view. How are we supposed to...