Skip to content

Commit

Permalink
integration: remove check if on us-central-1
Browse files Browse the repository at this point in the history
There's no obvious reason why those tests can only be run on
us-central-1, remove the check.

It was added with 1577b90
  • Loading branch information
iaguis authored and alban committed Mar 8, 2017
1 parent 9920c4e commit 0e05198
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration/300_internet_edge_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

start_suite "Test short lived connections from the Internet"

if ! echo "$HOST1" | grep "us-central1-a"; then
echo "Skipping; test needs to be run against VMs on GCE."
scope_end_suite
exit
fi

weave_on "$HOST1" launch
scope_on "$HOST1" launch
docker_on "$HOST1" run -d -p 80:80 --name nginx nginx
Expand Down

0 comments on commit 0e05198

Please sign in to comment.