Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: comment
  • Loading branch information
DanielleMaywood committed Jul 16, 2025
commit e4152993eac6b73bbaf132b3cf71f97841b05d51
6 changes: 3 additions & 3 deletions agent/agentcontainers/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -369,9 +369,9 @@ func TestAPI(t *testing.T) {
api.Start()
defer api.Close()

// Wait for the watcher to have initialized. As the
// watcher logs, it can interfere with the test and
// cause a flake.
// The watcherLoop writes a log when it is initialized.
// We want to ensure this has happened before we start
// the test so that it does not intefere.
testutil.RequireReceive(ctx, t, fWatcher.nextCalled)

// Make sure the ticker function has been registered
Expand Down
Loading