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 (
1414)
1515
1616func TestCreditList (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestFeedbackNew (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestGenerateSchemaGet (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestMarkdownifyNew (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
@@ -37,7 +37,7 @@ func TestMarkdownifyNew(t *testing.T) {
3737}
3838
3939func TestMarkdownifyGet (t * testing.T ) {
40- t .Skip ("skipped: tests are disabled for the time being " )
40+ t .Skip ("Prism tests are disabled" )
4141 baseURL := "http://localhost:4010"
4242 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
4343 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestSearchscraperNew (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
@@ -37,7 +37,7 @@ func TestSearchscraperNew(t *testing.T) {
3737}
3838
3939func TestSearchscraperGet (t * testing.T ) {
40- t .Skip ("skipped: tests are disabled for the time being " )
40+ t .Skip ("Prism tests are disabled" )
4141 baseURL := "http://localhost:4010"
4242 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
4343 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestSmartcrawlerNew (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
@@ -37,7 +37,7 @@ func TestSmartcrawlerNew(t *testing.T) {
3737}
3838
3939func TestSmartcrawlerGet (t * testing.T ) {
40- t .Skip ("skipped: tests are disabled for the time being " )
40+ t .Skip ("Prism tests are disabled" )
4141 baseURL := "http://localhost:4010"
4242 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
4343 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestSmartcrawlerSessionList (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestSmartscraperNew (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
@@ -37,7 +37,7 @@ func TestSmartscraperNew(t *testing.T) {
3737}
3838
3939func TestSmartscraperGet (t * testing.T ) {
40- t .Skip ("skipped: tests are disabled for the time being " )
40+ t .Skip ("Prism tests are disabled" )
4141 baseURL := "http://localhost:4010"
4242 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
4343 baseURL = envURL
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414)
1515
1616func TestValidateCheck (t * testing.T ) {
17- t .Skip ("skipped: tests are disabled for the time being " )
17+ t .Skip ("Prism tests are disabled" )
1818 baseURL := "http://localhost:4010"
1919 if envURL , ok := os .LookupEnv ("TEST_API_BASE_URL" ); ok {
2020 baseURL = envURL
You can’t perform that action at this time.
0 commit comments