From 015477747dd112bac5c14c7ae078369248bdc20a Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Sun, 5 Jan 2025 22:22:55 -0800 Subject: [PATCH] Exclude cmd/crypto/tls from Go 1.22 tests. This test is broken in Go 1.22 as per golang/go#71077. Updates #11338 PiperOrigin-RevId: 712398784 --- test/runtimes/exclude/go1.22.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtimes/exclude/go1.22.csv b/test/runtimes/exclude/go1.22.csv index c1f836891..d2f6d3c5e 100644 --- a/test/runtimes/exclude/go1.22.csv +++ b/test/runtimes/exclude/go1.22.csv @@ -5,5 +5,6 @@ cmd/go,b/339179763, cmd/internal/testdir:0_1,,tries to run ALL tests in 'test/' directory and times out cmd/link,b/339311479, cmd/link/internal/ld,b/339311479, +crypto/tls,gvisor.dev/issue/11338,Broken test os/signal,b/339311315, syscall,b/118781998,