this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

identity: skip live fallback DNS test by default

+2
+2
atproto/identity/live_test.go
··· 117 117 } 118 118 119 119 func TestFallbackDNS(t *testing.T) { 120 + t.Skip("TODO: skipping live network test") 121 + 120 122 assert := assert.New(t) 121 123 ctx := context.Background() 122 124 handle := syntax.Handle("no-such-record.atproto.com")