From 4a09ec772e1df767d1c860cbc7a2b58d47acc88b Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Mon, 3 Feb 2025 10:01:45 -0800 Subject: [PATCH] Allow crypto/tls in go runtime tests. Fix #11338 PiperOrigin-RevId: 722699441 --- images/runtimes/go1.22/Dockerfile.x86_64 | 2 +- test/runtimes/exclude/go1.22.csv | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/images/runtimes/go1.22/Dockerfile.x86_64 b/images/runtimes/go1.22/Dockerfile.x86_64 index f75ea7b19..9455a5183 100644 --- a/images/runtimes/go1.22/Dockerfile.x86_64 +++ b/images/runtimes/go1.22/Dockerfile.x86_64 @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.22.11 # Compile the tests during build to save time during testing. ENV GOROOT=/usr/local/go diff --git a/test/runtimes/exclude/go1.22.csv b/test/runtimes/exclude/go1.22.csv index d2f6d3c5e..c1f836891 100644 --- a/test/runtimes/exclude/go1.22.csv +++ b/test/runtimes/exclude/go1.22.csv @@ -5,6 +5,5 @@ 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,