]> Cypherpunks repositories - gostls13.git/commit
test: skip test/fixedbugs/bug345.go on windows
authorYury Smolsky <yury@smolsky.by>
Fri, 1 Jun 2018 20:42:23 +0000 (23:42 +0300)
committerIan Lance Taylor <iant@golang.org>
Fri, 1 Jun 2018 21:46:07 +0000 (21:46 +0000)
commit7cb1810fe8117d4c5112ecea7a65f28f03009ef7
tree4af1bbd56861bee92984a1ae90a146971f25301a
parentc7519f0daee3289e9877266af21fe69905fd0d9c
test: skip test/fixedbugs/bug345.go on windows

Before the CL 115277 we did not run the test on Windows,
so let's just go back to not running the test on Windows.
There is nothing OS-specific about this test,
so skipping it on Windows doesn't seem like a big deal.

Updates #25693
Fixes #25586

Change-Id: I1eb3e158b322d73e271ef388f8c6e2f2af0a0729
Reviewed-on: https://go-review.googlesource.com/115857
Run-TryBot: Yury Smolsky <yury@smolsky.by>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/fixedbugs/bug345.go