Bumping versions
This commit is contained in:
@@ -133,7 +133,8 @@ class PollingReloadConfigMapTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$", disabledReason = "failing on jenkins")
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$",
|
||||
disabledReason = "failing on jenkins")
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'configMapOne'
|
||||
|
||||
@@ -134,7 +134,8 @@ class PollingReloadSecretTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$", disabledReason = "failing on jenkins")
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$",
|
||||
disabledReason = "failing on jenkins")
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'secretOne'
|
||||
|
||||
@@ -106,7 +106,8 @@ class PollingReloadConfigMapTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$", disabledReason = "failing on jenkins")
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$",
|
||||
disabledReason = "failing on jenkins")
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'configMapOne'
|
||||
|
||||
@@ -109,7 +109,8 @@ public class PollingReloadSecretTest {
|
||||
* - second polling cycle reads sources from k8s and finds a change
|
||||
* </pre>
|
||||
*/
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$", disabledReason = "failing on jenkins")
|
||||
@DisabledIfEnvironmentVariable(named = "JENKINS_HOME", matches = "^(?=\\s*\\S).*$",
|
||||
disabledReason = "failing on jenkins")
|
||||
@Test
|
||||
void test(CapturedOutput output) {
|
||||
// we fail while reading 'secretOne'
|
||||
|
||||
Reference in New Issue
Block a user