-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable tests #1834
Enable tests #1834
Conversation
Configure Renovate
@@ -94,8 +93,6 @@ static void beforeAll() { | |||
* - second polling cycle reads sources from k8s and finds a change | |||
* </pre> | |||
*/ | |||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and all other that have the @DisabledIfEnvironmentVariable
annotation were fixed recently, so I think we should remove this now
@@ -100,7 +99,6 @@ void afterEach() { | |||
configWatcher(Phase.DELETE); | |||
} | |||
|
|||
@Disabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why this one was disabled and the next one too, but I am enabling them back. release was done and we have time now to figure out why they fail, if at all.
@ryanjbaxter this is ready to be looked at. It just enables some tests that were disabled before. Thank you |
Need too address the failures from #1833 first |
No description provided.