Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RedisURIBuilderUnitTests failing on Windows OS #1204
Add @DisabledOnOs(OS.WINDOWS) to two tests - `redisSocket` and `redisSocketWithPassword` that fail in Windows: ``` java.lang.IllegalArgumentException: Illegal character in authority at index 15: redis-socket://C:\Users\konstantinsh\IdeaProjects\lettuce-core\work\socket-6479 at java.base/java.net.URI.create(URI.java:883) at io.lettuce.core.RedisURI.create(RedisURI.java:233) ``` Tests are disabled on Windows as socket connections are not supposed to be used on OS other that Unix.
- Loading branch information