[topl] Deactivate baos test

Summary:
The output differs on Java 11 compared to Java 8: one prints an
interface, the other resolves to a class name.

Reviewed By: ezgicicek

Differential Revision: D27678552

fbshipit-source-id: c5a5d0c39
master
Radu Grigore 4 years ago committed by Facebook GitHub Bot
parent 57ff90a11e
commit fa9e19ac29

@ -6,7 +6,8 @@
TESTS_DIR = ../../.. TESTS_DIR = ../../..
# NOTE: If you wish to deactivate a Topl test, simply remove it from this list # 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-%: test-%:
$(MAKE) -C $* test $(MAKE) -C $* test

Loading…
Cancel
Save