File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
staging/src/k8s.io/apiserver/pkg/authentication/token/cache Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,6 @@ func withAudit(ctx context.Context) context.Context {
552
552
}
553
553
554
554
func TestUnsafeConversions (t * testing.T ) {
555
- t .Parallel ()
556
555
557
556
// needs to be large to force allocations so we pick a random value between [1024, 2048]
558
557
size := utilrand .IntnRange (1024 , 2048 + 1 )
@@ -574,7 +573,6 @@ func TestUnsafeConversions(t *testing.T) {
574
573
})
575
574
576
575
t .Run ("toBytes allocations" , func (t * testing.T ) {
577
- t .Parallel ()
578
576
579
577
s := utilrand .String (size )
580
578
f := func () {
@@ -606,7 +604,6 @@ func TestUnsafeConversions(t *testing.T) {
606
604
})
607
605
608
606
t .Run ("toString allocations" , func (t * testing.T ) {
609
- t .Parallel ()
610
607
611
608
b := make ([]byte , size )
612
609
if _ , err := rand .Read (b ); err != nil {
You can’t perform that action at this time.
0 commit comments