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:
parent
4403b9d276
commit
d550fdfd60
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue