Commit f8f2727a authored by Russ Cox's avatar Russ Cox

exp/cookiejar: fix windows builder

TBR=nigeltao
CC=golang-dev
https://golang.org/cl/7322084
parent f3407f44
......@@ -883,6 +883,7 @@ var chromiumDomainTests = [...]jarTest{
}
func TestChromiumDomain(t *testing.T) {
t.Skip("test is broken on windows") // issue 4823
jar := newTestJar()
for _, test := range chromiumDomainTests {
test.run(t, jar)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment