1// +build js
2
3package rand
4
5import "testing"
6
7func TestFloat32(t *testing.T) {
8	t.Skip("slow")
9}
10
11func TestConcurrent(t *testing.T) {
12	t.Skip("using nosync")
13}
14