-
Notifications
You must be signed in to change notification settings - Fork 275
Description
Currently,
These test cases are failing because of removing Env variable gating for RAB refresh
1 -> https://github.com/googleapis/google-auth-library-java/actions/runs/22943747971/job/66590971922
2 -> https://github.com/googleapis/google-auth-library-java/actions/runs/22992053949/job/66755089161
3 -> https://github.com/googleapis/google-auth-library-java/actions/runs/22872508322/job/66355652494
For this, we have introduced a disableRabRefreshForTest which disables RAB refresh temporarily to keep with the RAB timeline commitments.
A cleaner way to do this would be to ensure that each test handles the RAB refresh without disabling refresh. That is a wide-scale change touching nearly all the credentials.
Hence creating this bug as a tracker for this change