bridgedb / BridgeDb

The BridgeDb Library source code
https://bridgedb.org/
Apache License 2.0
28 stars 21 forks source link

AbstractResolverTest.java class #214

Closed hbasaric closed 11 months ago

hbasaric commented 2 years ago

Bug with AbstractResolversTest.java class: maven running the test on mvn clean install, should be skipping since it is testing an abstract class (test fails when running mvn clean install)

egonw commented 11 months ago

@tabbassidaloii and I ran into this problem yesterday. It is weird that this shows up on a Windows OS, but not on Debian or Ubuntu. But we also found the solution yesterday.

tabbassidaloii commented 11 months ago

@egonw by mistake, I pulled the changes instead of sending a pull request :( https://github.com/bridgedb/BridgeDb/commit/4ffda75ca2151886e085b7c617924c8346b2db1f

egonw commented 11 months ago

Yeah, this is why you can now block that on GitHub :)

No worries, and thanks for pushing the fix!