From 219b1550371bc34fe443e0b846b0e27a1e630c2f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 18 Jun 2015 11:28:10 -0700 Subject: [PATCH] Disasble integration tests for Travis The previous KVM infrastructure supported this but their new VMware infrastructure does not. --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1d8721..f17adf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,7 @@ script: - make check -C src # Travis granted s3fs access to their upcoming alpha testing stack which may # allow us to use FUSE. - - modprobe fuse - - make check -C test + # TODO: Travis changed their infrastructure some time in June 2015 such that + # this does not work currently + #- modprobe fuse + #- make check -C test