Skip to content

Commit 129f047

Browse files
committed
debugging: updating comment
Updating comment to see if we can unstick github action which is sat pending: test (1.x, ubuntu-latest) / ./ubuntu-latest/1.x Expected — Waiting for status to be reported
1 parent fc7eaab commit 129f047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func GenericContainer(ctx context.Context, req GenericContainerRequest) (Contain
7575
}
7676
if err != nil {
7777
// At this point `c` might not be nil. Give the caller an opportunity to call Destroy on the container.
78-
// TODO: Remove this debugging.
78+
// TODO: Remove this debugging, once we know the root cause of the rate limiting.
7979
if strings.Contains(err.Error(), "toomanyrequests") {
8080
// Debugging information for rate limiting.
8181
cfg, err := getDockerConfig()

0 commit comments

Comments
 (0)