Disconnecting test for mac since build server apparently has issues

finding itself
This commit is contained in:
Jesse McConnell 2011-08-03 12:20:26 -05:00
parent 79a2046715
commit 3d9ebd7803
1 changed files with 2 additions and 0 deletions

View File

@ -142,6 +142,8 @@ public class ScanningAppProviderRuntimeUpdatesTest
// This test will not work on Windows as second war file would
// not be written over the first one because of a file lock
Assume.assumeTrue(!OS.IS_WINDOWS);
Assume.assumeTrue(!OS.IS_OSX); // build server has issues with finding itself apparently
jetty.copyWebapp("foo-webapp-1.war","foo.war");
jetty.copyContext("foo.xml","foo.xml");