Github user ozymaxx commented on a diff in the pull request:
https://github.com/apache/thrift/pull/1496#discussion_r174686538
--- Diff: lib/java/gradle/unitTests.gradle ---
@@ -68,6 +68,20 @@ test {
include '**/Test*.class'
exclude '**/Test*\$*.class'
+ println 'Check if msvc.profile exists'
--- End diff --
I did not want to disable the entire `JavaTest` just for a single test
suite.---
