Disabling integration test to see if this restores the full test suite.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4833 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
kshakir 2010-12-14 15:27:02 +00:00
parent 4403b9d276
commit d550fdfd60
1 changed files with 2 additions and 2 deletions

View File

@ -36,14 +36,14 @@ import java.io.File;
* Really a unit test, but this test will only run on systems with LSF setup.
*/
public class LibBatIntegrationTest extends BaseTest {
@Test
@Test(enabled=false)
public void testClusterName() {
String clusterName = LibLsf.ls_getclustername();
System.out.println("Cluster name: " + clusterName);
Assert.assertNotNull(clusterName);
}
@Test
@Test(enabled=false)
public void testSubmitEcho() {
String queue = "hour";
File outFile = new File("LibBatIntegrationTest.out");