dashboard: remove wazero issue

The issue has been resolved.

For golang/go#61043

Change-Id: Ia3c4223fec18c7987c30f154346222391a969e4e
Reviewed-on: https://go-review.googlesource.com/c/build/+/513055
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Johan Brandhorst-Satzkorn 2023-07-25 10:24:16 -07:00 коммит произвёл Gopher Robot
Родитель 1df5673962
Коммит 6412f5a399
1 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@ -3184,10 +3184,9 @@ func init() {
SkipSnapshot: true,
})
addBuilder(BuildConfig{
Name: "wasip1-wasm-wazero",
HostType: "host-linux-amd64-wasip1-wasm-wazero",
KnownIssues: []int{61043},
buildsRepo: wasip1Default,
Name: "wasip1-wasm-wazero",
HostType: "host-linux-amd64-wasip1-wasm-wazero",
buildsRepo: wasip1Default,
distTestAdjust: func(run bool, distTest string, isNormalTry bool) bool {
if isNormalTry && (strings.Contains(distTest, "/internal/") || distTest == "reboot") {
// Skip some tests in an attempt to speed up normal trybots, inherited from CL 121938.