Revert "tests: make tests pass on windows/386 (#27821)"

This reverts commit 76964e42e3.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent fecc624654
commit 9a001fcfb1

View file

@ -299,8 +299,6 @@ func doTest(cmdline []string) {
tc.Root = build.DownloadGo(csdb, dlgoVersion)
}
gotest := tc.Go("test", "-tags=ckzg")
// CI needs a bit more time for the statetests (default 10m).
gotest.Args = append(gotest.Args, "-timeout=20m")
// Test a single package at a time. CI builders are slow
// and some tests run into timeouts under load.