ServerLauncherTest is failing in CI because port 40404 is in use on the machine. The tests that are failing are unit tests and do not require starting a CacheServer on port 40404. Please review PR #4190 which disables the default server in these unit tests.
https://github.com/apache/geode/pull/4190 Thanks, Kirk