@@ -15,6 +15,7 @@ import (
1515)
1616
1717func TestEnvironmentNewWithOptionalParams (t * testing.T ) {
18+ t .Skip ("skipped: tests are disabled for the time being" )
1819 baseURL := "http://localhost:4010"
1920 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2021 baseURL = envURL
@@ -86,6 +87,7 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
8687}
8788
8889func TestEnvironmentGetWithOptionalParams (t * testing.T ) {
90+ t .Skip ("skipped: tests are disabled for the time being" )
8991 baseURL := "http://localhost:4010"
9092 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
9193 baseURL = envURL
@@ -110,6 +112,7 @@ func TestEnvironmentGetWithOptionalParams(t *testing.T) {
110112}
111113
112114func TestEnvironmentUpdate (t * testing.T ) {
115+ t .Skip ("skipped: tests are disabled for the time being" )
113116 baseURL := "http://localhost:4010"
114117 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
115118 baseURL = envURL
@@ -136,6 +139,7 @@ func TestEnvironmentUpdate(t *testing.T) {
136139}
137140
138141func TestEnvironmentListWithOptionalParams (t * testing.T ) {
142+ t .Skip ("skipped: tests are disabled for the time being" )
139143 baseURL := "http://localhost:4010"
140144 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
141145 baseURL = envURL
@@ -173,6 +177,7 @@ func TestEnvironmentListWithOptionalParams(t *testing.T) {
173177}
174178
175179func TestEnvironmentDeleteWithOptionalParams (t * testing.T ) {
180+ t .Skip ("skipped: tests are disabled for the time being" )
176181 baseURL := "http://localhost:4010"
177182 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
178183 baseURL = envURL
@@ -198,6 +203,7 @@ func TestEnvironmentDeleteWithOptionalParams(t *testing.T) {
198203}
199204
200205func TestEnvironmentNewFromProjectWithOptionalParams (t * testing.T ) {
206+ t .Skip ("skipped: tests are disabled for the time being" )
201207 baseURL := "http://localhost:4010"
202208 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
203209 baseURL = envURL
@@ -270,6 +276,7 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
270276}
271277
272278func TestEnvironmentNewLogsTokenWithOptionalParams (t * testing.T ) {
279+ t .Skip ("skipped: tests are disabled for the time being" )
273280 baseURL := "http://localhost:4010"
274281 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
275282 baseURL = envURL
@@ -294,6 +301,7 @@ func TestEnvironmentNewLogsTokenWithOptionalParams(t *testing.T) {
294301}
295302
296303func TestEnvironmentMarkActiveWithOptionalParams (t * testing.T ) {
304+ t .Skip ("skipped: tests are disabled for the time being" )
297305 baseURL := "http://localhost:4010"
298306 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
299307 baseURL = envURL
@@ -322,6 +330,7 @@ func TestEnvironmentMarkActiveWithOptionalParams(t *testing.T) {
322330}
323331
324332func TestEnvironmentStartWithOptionalParams (t * testing.T ) {
333+ t .Skip ("skipped: tests are disabled for the time being" )
325334 baseURL := "http://localhost:4010"
326335 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
327336 baseURL = envURL
@@ -346,6 +355,7 @@ func TestEnvironmentStartWithOptionalParams(t *testing.T) {
346355}
347356
348357func TestEnvironmentStopWithOptionalParams (t * testing.T ) {
358+ t .Skip ("skipped: tests are disabled for the time being" )
349359 baseURL := "http://localhost:4010"
350360 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
351361 baseURL = envURL
0 commit comments