File tree Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Expand file tree Collapse file tree 9 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestCreditList (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestFeedbackNew (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestGenerateSchemaGet (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestMarkdownifyNew (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
@@ -37,7 +37,7 @@ func TestMarkdownifyNew(t *testing.T) {
37
37
}
38
38
39
39
func TestMarkdownifyGet (t * testing.T ) {
40
- t .Skip ("skipped: tests are disabled for the time being " )
40
+ t .Skip ("Prism tests are disabled" )
41
41
baseURL := "http://localhost:4010"
42
42
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
43
43
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestSearchscraperNew (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
@@ -37,7 +37,7 @@ func TestSearchscraperNew(t *testing.T) {
37
37
}
38
38
39
39
func TestSearchscraperGet (t * testing.T ) {
40
- t .Skip ("skipped: tests are disabled for the time being " )
40
+ t .Skip ("Prism tests are disabled" )
41
41
baseURL := "http://localhost:4010"
42
42
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
43
43
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestSmartcrawlerNew (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
@@ -37,7 +37,7 @@ func TestSmartcrawlerNew(t *testing.T) {
37
37
}
38
38
39
39
func TestSmartcrawlerGet (t * testing.T ) {
40
- t .Skip ("skipped: tests are disabled for the time being " )
40
+ t .Skip ("Prism tests are disabled" )
41
41
baseURL := "http://localhost:4010"
42
42
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
43
43
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestSmartcrawlerSessionList (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestSmartscraperNew (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
@@ -37,7 +37,7 @@ func TestSmartscraperNew(t *testing.T) {
37
37
}
38
38
39
39
func TestSmartscraperGet (t * testing.T ) {
40
- t .Skip ("skipped: tests are disabled for the time being " )
40
+ t .Skip ("Prism tests are disabled" )
41
41
baseURL := "http://localhost:4010"
42
42
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
43
43
baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
)
15
15
16
16
func TestValidateCheck (t * testing.T ) {
17
- t .Skip ("skipped: tests are disabled for the time being " )
17
+ t .Skip ("Prism tests are disabled" )
18
18
baseURL := "http://localhost:4010"
19
19
if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
20
20
baseURL = envURL
You can’t perform that action at this time.
0 commit comments