Skip to content

Commit 00501df

Browse files
chore(api): skip broken prism tests
Skips codegen'd tests that aren't working right. - connector tests need an schema tweak to express mutually exclusive properties - cf-one is referencing an invalid security scheme, will also need a schema update
1 parent d65a4d7 commit 00501df

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1769
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-22bd279cee32addc645f421ef52b9cc207ec998f883e77e580f7be79950833b4.yml
33
openapi_spec_hash: 3e0f59ac2722028954566a4c850e8849
4-
config_hash: 18e6b76de8b719dd7c9c28614ac32643
4+
config_hash: 70c445587de6c1089e4d0eadb6eb9d9a

cloudforce_one/threateventdatasethealth_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
)
1616

1717
func TestThreatEventDatasetHealthGet(t *testing.T) {
18+
t.Skip("TODO: HTTP 401 from prism")
1819
baseURL := "http://localhost:4010"
1920
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2021
baseURL = envURL

magic_transit/connector_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import (
1515
)
1616

1717
func TestConnectorNewWithOptionalParams(t *testing.T) {
18+
t.Skip("TODO: consider oneOf instead of maxProperties to indicate that this can be either id or serial_number")
1819
baseURL := "http://localhost:4010"
1920
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
2021
baseURL = envURL

0 commit comments

Comments
 (0)