Allow crypto/tls in go runtime tests.

Fix #11338

PiperOrigin-RevId: 722699441
This commit is contained in:
Jing Chen
2025-02-03 10:06:02 -08:00
committed by gVisor bot
parent 1a9abee80b
commit 4a09ec772e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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
-1
View File
@@ -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,
1 test name bug id comment
5 cmd/internal/testdir:0_1 tries to run ALL tests in 'test/' directory and times out
6 cmd/link b/339311479
7 cmd/link/internal/ld b/339311479
crypto/tls gvisor.dev/issue/11338 Broken test
8 os/signal b/339311315
9 syscall b/118781998