@@ -15,7 +15,7 @@ import (
1515)
1616
1717func TestEnvironmentNewWithOptionalParams (t * testing.T ) {
18- t .Skip ("skipped: tests are disabled for the time being " )
18+ t .Skip ("Prism tests are disabled" )
1919 baseURL := "http://localhost:4010"
2020 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2121 baseURL = envURL
@@ -102,7 +102,7 @@ func TestEnvironmentNewWithOptionalParams(t *testing.T) {
102102}
103103
104104func TestEnvironmentGet (t * testing.T ) {
105- t .Skip ("skipped: tests are disabled for the time being " )
105+ t .Skip ("Prism tests are disabled" )
106106 baseURL := "http://localhost:4010"
107107 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
108108 baseURL = envURL
@@ -127,7 +127,7 @@ func TestEnvironmentGet(t *testing.T) {
127127}
128128
129129func TestEnvironmentUpdateWithOptionalParams (t * testing.T ) {
130- t .Skip ("skipped: tests are disabled for the time being " )
130+ t .Skip ("Prism tests are disabled" )
131131 baseURL := "http://localhost:4010"
132132 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
133133 baseURL = envURL
@@ -196,7 +196,7 @@ func TestEnvironmentUpdateWithOptionalParams(t *testing.T) {
196196}
197197
198198func TestEnvironmentListWithOptionalParams (t * testing.T ) {
199- t .Skip ("skipped: tests are disabled for the time being " )
199+ t .Skip ("Prism tests are disabled" )
200200 baseURL := "http://localhost:4010"
201201 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
202202 baseURL = envURL
@@ -234,7 +234,7 @@ func TestEnvironmentListWithOptionalParams(t *testing.T) {
234234}
235235
236236func TestEnvironmentDeleteWithOptionalParams (t * testing.T ) {
237- t .Skip ("skipped: tests are disabled for the time being " )
237+ t .Skip ("Prism tests are disabled" )
238238 baseURL := "http://localhost:4010"
239239 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
240240 baseURL = envURL
@@ -260,7 +260,7 @@ func TestEnvironmentDeleteWithOptionalParams(t *testing.T) {
260260}
261261
262262func TestEnvironmentNewEnvironmentToken (t * testing.T ) {
263- t .Skip ("skipped: tests are disabled for the time being " )
263+ t .Skip ("Prism tests are disabled" )
264264 baseURL := "http://localhost:4010"
265265 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
266266 baseURL = envURL
@@ -285,7 +285,7 @@ func TestEnvironmentNewEnvironmentToken(t *testing.T) {
285285}
286286
287287func TestEnvironmentNewFromProjectWithOptionalParams (t * testing.T ) {
288- t .Skip ("skipped: tests are disabled for the time being " )
288+ t .Skip ("Prism tests are disabled" )
289289 baseURL := "http://localhost:4010"
290290 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
291291 baseURL = envURL
@@ -373,7 +373,7 @@ func TestEnvironmentNewFromProjectWithOptionalParams(t *testing.T) {
373373}
374374
375375func TestEnvironmentNewLogsTokenWithOptionalParams (t * testing.T ) {
376- t .Skip ("skipped: tests are disabled for the time being " )
376+ t .Skip ("Prism tests are disabled" )
377377 baseURL := "http://localhost:4010"
378378 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
379379 baseURL = envURL
@@ -398,7 +398,7 @@ func TestEnvironmentNewLogsTokenWithOptionalParams(t *testing.T) {
398398}
399399
400400func TestEnvironmentMarkActiveWithOptionalParams (t * testing.T ) {
401- t .Skip ("skipped: tests are disabled for the time being " )
401+ t .Skip ("Prism tests are disabled" )
402402 baseURL := "http://localhost:4010"
403403 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
404404 baseURL = envURL
@@ -427,7 +427,7 @@ func TestEnvironmentMarkActiveWithOptionalParams(t *testing.T) {
427427}
428428
429429func TestEnvironmentStartWithOptionalParams (t * testing.T ) {
430- t .Skip ("skipped: tests are disabled for the time being " )
430+ t .Skip ("Prism tests are disabled" )
431431 baseURL := "http://localhost:4010"
432432 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
433433 baseURL = envURL
@@ -452,7 +452,7 @@ func TestEnvironmentStartWithOptionalParams(t *testing.T) {
452452}
453453
454454func TestEnvironmentStopWithOptionalParams (t * testing.T ) {
455- t .Skip ("skipped: tests are disabled for the time being " )
455+ t .Skip ("Prism tests are disabled" )
456456 baseURL := "http://localhost:4010"
457457 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
458458 baseURL = envURL
@@ -477,7 +477,7 @@ func TestEnvironmentStopWithOptionalParams(t *testing.T) {
477477}
478478
479479func TestEnvironmentUnarchiveWithOptionalParams (t * testing.T ) {
480- t .Skip ("skipped: tests are disabled for the time being " )
480+ t .Skip ("Prism tests are disabled" )
481481 baseURL := "http://localhost:4010"
482482 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
483483 baseURL = envURL
0 commit comments