Skip to content

Commit ea066f3

Browse files
committed
ch9/memo1: comments the not concurrency-safe tests
1 parent 9931897 commit ea066f3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

ch9/memo1/memo_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ func Test(t *testing.T) {
1414
}
1515

1616
// NOTE: not concurrency-safe! Test fails.
17-
func TestConcurrent(t *testing.T) {
18-
m := New(httpGetBody)
19-
memotest.Concurrent(t, m)
20-
}
17+
18+
// func TestConcurrent(t *testing.T) {
19+
// m := New(httpGetBody)
20+
// memotest.Concurrent(t, m)
21+
// }

0 commit comments

Comments
 (0)