Merge release-4.10 with master

Этот коммит содержится в:
Derrick Anderson
2018-05-11 10:17:59 -04:00
родитель 2b27e12445 21d3b247d9
Коммит e3ea27c301
5 изменённых файлов: 302 добавлений и 26 удалений

Просмотреть файл

@@ -570,7 +570,7 @@ func TestGetAnalyticsOld(t *testing.T) {
CheckUnauthorizedStatus(t, resp)
}
func TestS3TestConnection(t *testing.T) {
/*func TestS3TestConnection(t *testing.T) {
th := Setup().InitBasic().InitSystemAdmin()
defer th.TearDown()
Client := th.Client
@@ -626,7 +626,7 @@ func TestS3TestConnection(t *testing.T) {
_, resp = th.SystemAdminClient.TestS3Connection(&config)
CheckOKStatus(t, resp)
}
}*/
func TestSupportedTimezones(t *testing.T) {
th := Setup().InitBasic()