diff --git a/graph_test.go b/graph_test.go index 832d308..e3d2346 100644 --- a/graph_test.go +++ b/graph_test.go @@ -398,6 +398,8 @@ func TestSendBlocking(t *testing.T) { } func TestGraph_process_StopRootRangeOnContextCancelled(t *testing.T) { + t.Parallel() + seen := atomic.Bool{} ctx, cancel := context.WithCancel(context.Background()) l := &sync.RWMutex{}