From 04945364efa7aeb19e87bf171ef1134bc90033e3 Mon Sep 17 00:00:00 2001 From: Ian Duffy Date: Tue, 2 Sep 2014 00:39:52 +0100 Subject: [PATCH] Remove a test from .travis.yml Remove a failing test form .travis.yml. This commit should be ignored. I am doing this as a pull request to see if the travis-ci status appears on github. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc9b713bd0f8..f5777c10e68a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: env: - TESTS="test_affinity_groups test_deploy_vms_with_varied_deploymentplanners test_disk_offerings test_global_settings test_guest_vlan_range test_iso test_multipleips_per_nic test_network test_non_contigiousvlan test_over_provisioning" - TESTS="test_portable_publicip test_primary_storage test_privategw_acl test_public_ip_range test_pvlan test_regions test_reset_vm_on_reboot test_resource_detail test_routers" -- TESTS="test_secondary_storage test_service_offerings test_ssvm test_templates misc/test_deploy_vm test_vm_life_cycle test_volumes test_vpc_vpn" +- TESTS="test_secondary_storage test_service_offerings test_ssvm test_templates misc/test_deploy_vm test_volumes test_vpc_vpn" before_install: travis_wait 30 ./tools/travis/before_install.sh install: ./tools/travis/install.sh before_script: travis_wait 30 ./tools/travis/before_script.sh