mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
integration: remove check if on us-central-1
There's no obvious reason why those tests can only be run on
us-central-1, remove the check.
It was added with 1577b90c6
This commit is contained in:
committed by
Alban Crequy
parent
9920c4ea48
commit
0e05198162
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user