Skip to content

Commit b6ea584

Browse files
committed
test(ai): Skip bad TestToMarkdownTransform test
1 parent 66676dc commit b6ea584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ai/tomarkdown_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ func TestToMarkdownSupported(t *testing.T) {
4242
}
4343

4444
func TestToMarkdownTransform(t *testing.T) {
45+
t.Skip("prism doesn't do auth correctly")
4546
baseURL := "http://localhost:4010"
4647
if envURL, ok := os.LookupEnv("TEST_API_BASE_URL"); ok {
4748
baseURL = envURL

0 commit comments

Comments
 (0)