diff --git a/infer/tests/codetoanalyze/java/topl/Makefile b/infer/tests/codetoanalyze/java/topl/Makefile index 7b60e4758..57a4a22b6 100644 --- a/infer/tests/codetoanalyze/java/topl/Makefile +++ b/infer/tests/codetoanalyze/java/topl/Makefile @@ -6,7 +6,8 @@ TESTS_DIR = ../../.. # NOTE: If you wish to deactivate a Topl test, simply remove it from this list -SUBDIRS = baos compareArgs hasnext immutableArray servlet slowIter taint +SUBDIRS = compareArgs hasnext immutableArray servlet slowIter taint +# inactive: baos (reactivate when tests migrate to Java 11) test-%: $(MAKE) -C $* test