diff --git a/compiler/natives/src/strings/strings_test.go b/compiler/natives/src/strings/strings_test.go index f7eca3d35..5a11cc01c 100644 --- a/compiler/natives/src/strings/strings_test.go +++ b/compiler/natives/src/strings/strings_test.go @@ -7,3 +7,7 @@ import "testing" func TestBuilderAllocs(t *testing.T) { t.Skip("runtime.ReadMemStats, testing.AllocsPerRun not supported in GopherJS") } + +func TestBuilderGrow(t *testing.T) { + t.Skip("runtime.ReadMemStats, testing.AllocsPerRun not supported in GopherJS") +}