@@ -18,7 +18,7 @@ import (
1818)
1919
2020func TestBrowserFNewDirectoryWithOptionalParams (t * testing.T ) {
21- t .Skip ("skipped: tests are disabled for the time being " )
21+ t .Skip ("Prism tests are disabled" )
2222 baseURL := "http://localhost:4010"
2323 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2424 baseURL = envURL
@@ -48,7 +48,7 @@ func TestBrowserFNewDirectoryWithOptionalParams(t *testing.T) {
4848}
4949
5050func TestBrowserFDeleteDirectory (t * testing.T ) {
51- t .Skip ("skipped: tests are disabled for the time being " )
51+ t .Skip ("Prism tests are disabled" )
5252 baseURL := "http://localhost:4010"
5353 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
5454 baseURL = envURL
@@ -77,7 +77,7 @@ func TestBrowserFDeleteDirectory(t *testing.T) {
7777}
7878
7979func TestBrowserFDeleteFile (t * testing.T ) {
80- t .Skip ("skipped: tests are disabled for the time being " )
80+ t .Skip ("Prism tests are disabled" )
8181 baseURL := "http://localhost:4010"
8282 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
8383 baseURL = envURL
@@ -106,7 +106,7 @@ func TestBrowserFDeleteFile(t *testing.T) {
106106}
107107
108108func TestBrowserFFileInfo (t * testing.T ) {
109- t .Skip ("skipped: tests are disabled for the time being " )
109+ t .Skip ("Prism tests are disabled" )
110110 baseURL := "http://localhost:4010"
111111 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
112112 baseURL = envURL
@@ -135,7 +135,7 @@ func TestBrowserFFileInfo(t *testing.T) {
135135}
136136
137137func TestBrowserFListFiles (t * testing.T ) {
138- t .Skip ("skipped: tests are disabled for the time being " )
138+ t .Skip ("Prism tests are disabled" )
139139 baseURL := "http://localhost:4010"
140140 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
141141 baseURL = envURL
@@ -164,7 +164,7 @@ func TestBrowserFListFiles(t *testing.T) {
164164}
165165
166166func TestBrowserFMove (t * testing.T ) {
167- t .Skip ("skipped: tests are disabled for the time being " )
167+ t .Skip ("Prism tests are disabled" )
168168 baseURL := "http://localhost:4010"
169169 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
170170 baseURL = envURL
@@ -194,7 +194,6 @@ func TestBrowserFMove(t *testing.T) {
194194}
195195
196196func TestBrowserFReadFile (t * testing.T ) {
197- t .Skip ("skipped: tests are disabled for the time being" )
198197 server := httptest .NewServer (http .HandlerFunc (func (w http.ResponseWriter , r * http.Request ) {
199198 w .WriteHeader (200 )
200199 w .Write ([]byte ("abc" ))
@@ -235,7 +234,7 @@ func TestBrowserFReadFile(t *testing.T) {
235234}
236235
237236func TestBrowserFSetFilePermissionsWithOptionalParams (t * testing.T ) {
238- t .Skip ("skipped: tests are disabled for the time being " )
237+ t .Skip ("Prism tests are disabled" )
239238 baseURL := "http://localhost:4010"
240239 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
241240 baseURL = envURL
@@ -267,7 +266,7 @@ func TestBrowserFSetFilePermissionsWithOptionalParams(t *testing.T) {
267266}
268267
269268func TestBrowserFWriteFileWithOptionalParams (t * testing.T ) {
270- t .Skip ("skipped: tests are disabled for the time being " )
269+ t .Skip ("Prism tests are disabled" )
271270 baseURL := "http://localhost:4010"
272271 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
273272 baseURL = envURL
0 commit comments