Skip to content

Commit fbd60b9

Browse files
fix(agent_test): remove parallel execution from TestAgent
1 parent c9372ea commit fbd60b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/storageincentives/agent_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ func TestAgent(t *testing.T) {
9696

9797
for _, tc := range tests {
9898
t.Run(tc.name, func(t *testing.T) {
99-
t.Parallel()
100-
10199
synctest.Test(t, func(t *testing.T) {
102100
wait := make(chan struct{})
103101
addr := swarm.RandAddress(t)

0 commit comments

Comments
 (0)