Merge pull request #662 from anmazzotti/reduce_test_flakyness
Improve test stability
This commit is contained in:
commit
eadfd0278c
|
|
@ -139,6 +139,7 @@ func (t *TestEnvironmentConfiguration) Build() (*TestEnvironment, error) {
|
||||||
DisableFor: []client.Object{
|
DisableFor: []client.Object{
|
||||||
&corev1.ConfigMap{},
|
&corev1.ConfigMap{},
|
||||||
&corev1.Secret{},
|
&corev1.Secret{},
|
||||||
|
&corev1.Node{},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue