Skip to content

Commit 5900a4c

Browse files
committed
Fix Travis CI failure
1 parent ef558a5 commit 5900a4c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ref: https://docs.travis-ci.com/user/languages/python
22
language: python
3+
dist: trusty
34
sudo: true
45
services:
56
- docker

kubernetes/e2e_test/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def get_e2e_configuration():
3636
urllib3.PoolManager().request('GET', url)
3737
config.host = url
3838
config.verify_ssl = False
39+
urllib3.disable_warnings()
3940
break
4041
except urllib3.exceptions.HTTPError:
4142
pass

0 commit comments

Comments
 (0)