Skip to content

Commit

Permalink
RSDK-9668 - Mitigate mDNS race (viamrobotics#4694)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheukt authored Jan 8, 2025
1 parent 9967c1b commit fb4324e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot/impl/robot_framesystem_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func TestServiceWithUnavailableRemote(t *testing.T) {
},
}

r := setupLocalRobot(t, context.Background(), localConfig, logger)
r := setupLocalRobot(t, context.Background(), localConfig, logger, withDisableCompleteConfigWorker())

// make sure calling into remotes don't error
fsCfg, err := r.FrameSystemConfig(context.Background())
Expand Down

0 comments on commit fb4324e

Please sign in to comment.