Skip to content

Commit 4927540

Browse files
committed
chore(uffd-tests): drop empty lines left by t.Parallel removal
1 parent c5c0a4f commit 4927540

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • packages/orchestrator/pkg/sandbox/uffd/userfaultfd

packages/orchestrator/pkg/sandbox/uffd/userfaultfd/race_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func TestStaleSourceRaceMissingAndRemove(t *testing.T) {
6868

6969
for _, tt := range tests {
7070
t.Run(tt.name, func(t *testing.T) { //nolint:paralleltest // see test-level comment
71-
7271
withRaceContext(t, func(ctx context.Context) {
7372
const sentinel = byte(0xC3)
7473
const pageIdx = 1
@@ -159,7 +158,6 @@ func TestNoMadviseDeadlockWithInflightCopy(t *testing.T) {
159158

160159
for _, tt := range tests {
161160
t.Run(tt.name, func(t *testing.T) { //nolint:paralleltest // see test-level comment
162-
163161
withRaceContext(t, func(ctx context.Context) {
164162
cfg := testConfig{
165163
pagesize: tt.pagesize,

0 commit comments

Comments
 (0)