@@ -15,7 +15,6 @@ import (
1515)
1616
1717func TestEnvironmentNewWithOptionalParams (t * testing.T ) {
18- t .Skip ("skipped: tests are disabled for the time being" )
1918 baseURL := "http://localhost:4010"
2019 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2120 baseURL = envURL
@@ -87,7 +86,6 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
8786}
8887
8988func TestEnvironmentGetWithOptionalParams (t * testing.T ) {
90- t .Skip ("skipped: tests are disabled for the time being" )
9189 baseURL := "http://localhost:4010"
9290 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
9391 baseURL = envURL
@@ -112,7 +110,6 @@ func TestEnvironmentGetWithOptionalParams(t *testing.T) {
112110}
113111
114112func TestEnvironmentUpdate (t * testing.T ) {
115- t .Skip ("skipped: tests are disabled for the time being" )
116113 baseURL := "http://localhost:4010"
117114 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
118115 baseURL = envURL
@@ -139,7 +136,6 @@ func TestEnvironmentUpdate(t *testing.T) {
139136}
140137
141138func TestEnvironmentListWithOptionalParams (t * testing.T ) {
142- t .Skip ("skipped: tests are disabled for the time being" )
143139 baseURL := "http://localhost:4010"
144140 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
145141 baseURL = envURL
@@ -177,7 +173,6 @@ func TestEnvironmentListWithOptionalParams(t *testing.T) {
177173}
178174
179175func TestEnvironmentDeleteWithOptionalParams (t * testing.T ) {
180- t .Skip ("skipped: tests are disabled for the time being" )
181176 baseURL := "http://localhost:4010"
182177 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
183178 baseURL = envURL
@@ -203,7 +198,6 @@ func TestEnvironmentDeleteWithOptionalParams(t *testing.T) {
203198}
204199
205200func TestEnvironmentNewFromProjectWithOptionalParams (t * testing.T ) {
206- t .Skip ("skipped: tests are disabled for the time being" )
207201 baseURL := "http://localhost:4010"
208202 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
209203 baseURL = envURL
@@ -276,7 +270,6 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
276270}
277271
278272func TestEnvironmentNewLogsTokenWithOptionalParams (t * testing.T ) {
279- t .Skip ("skipped: tests are disabled for the time being" )
280273 baseURL := "http://localhost:4010"
281274 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
282275 baseURL = envURL
@@ -301,7 +294,6 @@ func TestEnvironmentNewLogsTokenWithOptionalParams(t *testing.T) {
301294}
302295
303296func TestEnvironmentMarkActiveWithOptionalParams (t * testing.T ) {
304- t .Skip ("skipped: tests are disabled for the time being" )
305297 baseURL := "http://localhost:4010"
306298 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
307299 baseURL = envURL
@@ -330,7 +322,6 @@ func TestEnvironmentMarkActiveWithOptionalParams(t *testing.T) {
330322}
331323
332324func TestEnvironmentStartWithOptionalParams (t * testing.T ) {
333- t .Skip ("skipped: tests are disabled for the time being" )
334325 baseURL := "http://localhost:4010"
335326 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
336327 baseURL = envURL
@@ -355,7 +346,6 @@ func TestEnvironmentStartWithOptionalParams(t *testing.T) {
355346}
356347
357348func TestEnvironmentStopWithOptionalParams (t * testing.T ) {
358- t .Skip ("skipped: tests are disabled for the time being" )
359349 baseURL := "http://localhost:4010"
360350 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
361351 baseURL = envURL
0 commit comments