We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c0a4f commit 4927540Copy full SHA for 4927540
1 file changed
packages/orchestrator/pkg/sandbox/uffd/userfaultfd/race_test.go
@@ -68,7 +68,6 @@ func TestStaleSourceRaceMissingAndRemove(t *testing.T) {
68
69
for _, tt := range tests {
70
t.Run(tt.name, func(t *testing.T) { //nolint:paralleltest // see test-level comment
71
-
72
withRaceContext(t, func(ctx context.Context) {
73
const sentinel = byte(0xC3)
74
const pageIdx = 1
@@ -159,7 +158,6 @@ func TestNoMadviseDeadlockWithInflightCopy(t *testing.T) {
159
158
160
161
162
163
164
cfg := testConfig{
165
pagesize: tt.pagesize,
0 commit comments