vaadin / flow

Vaadin Flow is a Java framework binding Vaadin web components to Java. This is part of Vaadin 10+.
Apache License 2.0
618 stars 167 forks source link

DevModeInitializerClassLoaderTest::should_loadResources_from_customClassLoader fails on Windows agent #8667

Open mshabarov opened 4 years ago

mshabarov commented 4 years ago

Unit test DevModeInitializerClassLoaderTest::should_loadResources_from_customClassLoader fails when running on Windows Server 2019 agent in TeamCity Bender.

https://bender.vaadin.com/viewLog.html?buildId=162324&buildTypeId=Flow_Misc_Flow32SnapshotWindows_Flow32SnapshotMasterWindows#testNameId-9161076820734925076

mshabarov commented 3 years ago

DevModeInitializerClassLoaderTest fixed in master branch: https://github.com/vaadin/flow/commit/2fa75ddc88cdb719daaceb8ef21478b9acb43c37

Needs to be cherry picked to maintenance branches.