[topl] disable skip tests

Summary: These tests fail when seemingly unrelated changes are made to infer.  In particular, it seems timeout limits have to be increased by 10x or more to make them succeed again.  Disabling until we have a more stable replacement.

Reviewed By: ezgicicek

Differential Revision: D20489647

fbshipit-source-id: 9706b0807
master
Nikos Gorogiannis 5 years ago committed by Facebook GitHub Bot
parent b372befee4
commit 86ab2d7d10

@ -10,4 +10,13 @@ INFERPRINT_OPTIONS = --issues-tests
SOURCES = $(wildcard *.java)
include $(TESTS_DIR)/javac.make
# include $(TESTS_DIR)/javac.make
.PHONY: test
test: ;
.PHONY: replace
replace: ;
.PHONY: clean
clean: ;

Loading…
Cancel
Save