From 0087b1b2a371353f0e31cfcce008b6b475f75acd Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Mon, 8 Jun 2015 21:03:05 +0000 Subject: [PATCH] test against us-central1-f instead of us-central1-a --- test/helpers/integration_test_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers/integration_test_helper.rb b/test/helpers/integration_test_helper.rb index 0cce77deef..4485082432 100644 --- a/test/helpers/integration_test_helper.rb +++ b/test/helpers/integration_test_helper.rb @@ -7,7 +7,7 @@ # Helpers -TEST_ZONE = "us-central1-a" +TEST_ZONE = "us-central1-f" TEST_REGION = "us-central1" TEST_SIZE_GB = 10 TEST_MACHINE_TYPE = "n1-standard-1"