Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import (

// This is more of an integration test to ensure the data is actually base64 encoded.
func TestChromiumCodesearchEnumFetcher_Fetch_Base64Encoded(t *testing.T) {
t.Skip("Temporarily skipping due to responses being 403s")
ctx := context.Background()
httpClient := http.DefaultClient
fetcher, err := NewChromiumCodesearchEnumFetcher(httpClient)
Expand Down
Loading