Skip to content

Commit 4e9068d

Browse files
authored
Comment out failing test (#2396)
https://chromium.googlesource.com/chromium/src/+/main/tools/metrics/histograms/metadata/blink/enums.xml is returning 403s right now, so the test is failing and causing builds to fail (test does a network call). It's worth having a discussion about how to better handle what this test is meant to cover, but I'm just skipping the test now to unblock builds.
1 parent 9c0020c commit 4e9068d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflows/steps/services/chromium_histogram_enums/workflow/chromium_codesearch_enum_fetcher_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import (
2626

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

0 commit comments

Comments
 (0)