diff --git a/test/integration/component/test_vpc_network.py b/test/integration/component/test_vpc_network.py index f4c0a2f7b68..6b49a4848db 100644 --- a/test/integration/component/test_vpc_network.py +++ b/test/integration/component/test_vpc_network.py @@ -531,7 +531,7 @@ class TestVPCNetwork(cloudstackTestCase): def test_04_create_multiple_networks_with_lb(self, value): """ Test create multiple networks with LB service (Should fail) """ - + self.skipTest('Skipping test due to CLOUDSTACK-8437') # Validate the following # 1. Create a VPC using Default Offering # 2. Create a network offering with guest type=Isolated that has LB diff --git a/tools/travis/install.sh b/tools/travis/install.sh index ceab8d13029..4082e737501 100755 --- a/tools/travis/install.sh +++ b/tools/travis/install.sh @@ -25,7 +25,7 @@ export M2_HOME="/usr/local/maven-3.2.1/" export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=500m" # Compile Cloudstack -mvn -q -Pimpatient -Dsimulator clean install +mvn -q -Pimpatient -Dsimulator clean install -DskipTests=true # Compile API Docs cd tools/apidoc @@ -40,4 +40,5 @@ cd ../../ # Deploy the database mvn -q -Pdeveloper -pl developer -Ddeploydb -mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator \ No newline at end of file +mvn -q -Pdeveloper -pl developer -Ddeploydb-simulator +