Skip to content

Commit ad54282

Browse files
committed
adjust comment
1 parent ecc191a commit ad54282

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

system-tests/tests/smoke/cre/vault_don_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -950,9 +950,7 @@ func executeVaultSecretsIdentifierValidationTest(t *testing.T, encryptedSecret s
950950
allowlistRequest(t, owner, req, sethClient, wfRegistryContract)
951951
reqBody, err := json.Marshal(req)
952952
require.NoError(t, err)
953-
// The gateway validates invalid identifiers before forwarding to the DON, so retrying on
954-
// a gateway auth timeout (503 "Request timed out") is safe — the DON never receives these
955-
// requests and there is no replay-guard risk.
953+
// Retry in case DON is still not synced properly
956954
var respBody []byte
957955
_ = retry.Do(func() error {
958956
_, respBody = sendVaultRequestToGateway(t, gatewayURL, reqBody)

0 commit comments

Comments
 (0)